Closed bytesByHarsh closed 5 years ago
I wonder if your Visual Studio installation is missing the C++ feature? This is what I have installed:
I had already install C++ features as shown in the your screenshot @lovettchris , still I am getting this error
Ah, for VS 2017 the cmake command line is different:
cmake -G "Visual Studio 15 2017 Win64"
I am using VS 2017 but again error is showing if I run
cmake -G "Visual Studio 15 2017 Win64"
Error:
CMake Error: Error: generator : Visual Studio 15 2017 Win64 Does not match the generator used previously: Visual Studio 14 2015 Win64 Either remove the CMakeCache.txt file and CMakeFiles directory or choose a different binary directory.
Ah, whenever you see a message like that simply delete the "build" folder and start over.
Yup..it worked, thank you
While following the steps in tutorial at page
The last Step till which no error were shown gave the following result, as mention in the tutorials
the next step
Gave the following result: