Home > Back-end >  Based on VSCode CMake VisualCppBuildTools2015 C development environment
Based on VSCode CMake VisualCppBuildTools2015 C development environment

Time:11-26

VSCode of small, lightweight, visible,
C + + program based on Windows platform, has been using VSCode, CMake, MSYS2 combination of g + + development environment,
Now encountered a third-party library to mingw64 does not support, cause the compilation process of mistakes, modify its workload is too big,
Proposed to its support for Windows environment (Visual Studio 2015) compiled, but don't want to install large Visual Studio 2015,
When building VisualCppBuildTools2015 CMake VSCode + + development environment, met with CMake Tools cannot identify VisualCppBuildTools2015 situation,
Can you tell me whether you encountered a similar situation, how to solve, thank you!

Software:
VSCode 1.47.3 (CMake Tools 1.4.1)
CMake 3.16.8
MSYS (g + + 10.2)
Visualcppbuildtools_full. Exe (14.0.25420.1)

Note:
The VisualCppBuildTools 2019 (vs_buildtools__226291710. 1597129585. Exe), CMake Tools can find compiler smoothly,
Have attempted to VisualCppBuildTools2015 related path added to the system environment, CMake Tools still cannot find the VisualCppBuildTools2015,
  • Related