Closed SohaibImranBhatti closed 3 years ago
Hi. What version of CMake are you using and Windows version?
You need to specify the correct CMake generator name in the cm86.bat or cm64.bat For Visual Studio 2017 and 2019 this will be:
Visual Studio 16 2019 = Generates Visual Studio 2019 project files.
Use -A option to specify architecture.
Visual Studio 15 2017 [arch] = Generates Visual Studio 2017 project files.
Optional [arch] can be "Win64" or "ARM".
The exact generator name will depend on how you have built the wxWidgets itself.
Thanks a lot for the response
Hi, I am on a windows platform. I followed the readme for compiling the repository. The difference is that I am using Native Tools for Command Prompt VS2017 or VS2019. When I run the cm,bat file by navigating the command prompt to the build folder. The following error occurs.
and also
Even after setting the VCTargetsPath in the environment variable the file Microsoft.Cpp.Default.props is not found. Because I am unable to find this file there. Any solution