I started learning C ++ on VScode but prefer to create projects in cmd. When I found out, I could not use the cl command on cmd even though I have installed buildtools 2019 already. Help me! enter image description here
- 1Download Visual Studio, then use msbuild to build your projects from the command line.Michael Chourdakis– Michael Chourdakis2019-04-09 12:23:16 +00:00Commented Apr 9, 2019 at 12:23
- Search for the "Developer Command Prompt for VS 2017" shortcut, it opens an instance of cmd with the appropriate environment variables.Quentin– Quentin2019-04-09 12:23:38 +00:00Commented Apr 9, 2019 at 12:23
Add a comment |
