CMakeDemo
CMakeDemo copied to clipboard
Build Tools error
(Windows) When running cmake from the command line and building the project from visual studio, I get the following error:
Severity Code Description Project File Line Suppression State Error MSB8020 The build tools for v141 (Platform Toolset = 'v141') cannot be found. To build using the v141 build tools, please install v141 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". CMakeDemo C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.Cpp.Platform.targets 57
I tried for both the 32- and 64-bit option. I get the same error when running from the GUI