Or, to use them in a developer command prompt that is pre-configured:
The MSVC Build Tools are a subset of the Visual Studio IDE, specifically designed for developers who need to compile and build C++ projects but do not require the full IDE. They are useful for automated build environments, continuous integration/continuous deployment (CI/CD) pipelines, and for developers who prefer to use command-line tools or other editors. msvc v142 - vs 2019 c++ x64/x86 build tools
cmake -G "Visual Studio 16 2019" -A x64 . cmake --build . --config Release Or, to use them in a developer command
In summary, the "MSVC v142 - VS 2019 C++ x64/x86 Build Tools" provide a comprehensive set of development tools for building C++ applications on Windows platforms, targeting both 32-bit and 64-bit architectures. targeting both 32-bit and 64-bit architectures.