Hi. I'm using Windows 7 Ultimate 32bits. Visual Studio 2015 Cmake 3.3.2 "I'm following the instalation guide exactly as it is. But when I going to specify the generator on Cmake (Visual studio 14 2015) I get the following error: The C compiler identification is unknown The CXX compiler identification is unknown CMake Error at CMakeLists.txt:12 (project): No CMAKE_C_COMPILER could be found. CMake Error at CMakeLists.txt:12 (project): No CMAKE_CXX_COMPILER could be found. Configuring incomplete, errors occurred! See also "D:/Build/CMakeFiles/CMakeOutput.log". See also "D:/Build/CMakeFiles/CMakeError.log". The instalation guide says: If CMake do not recognize C/C++ compiler, choose Specific Native Compiler, and choose path to target vcvarsall.bat, e.g. C:\Program Files\Microsoft Visual Studio 12.0\VC\vcvarsall.bat. But I can't also find this "vcvarsall.bat." on my Microsoft Visual Studio 2015. Thank you.