Visual C++ 2015 To 2019 __top__ | Real • PICK |

Ensure all dependent names are properly qualified.

<!-- Force v142 toolset --> <PlatformToolset>v142</PlatformToolset> <!-- Keep Windows SDK compatible --> <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> msbuild MyApp.sln /p:PlatformToolset=v142 /p:Configuration=Release 6.4 CMake # Set toolset (if using Visual Studio generator) set(CMAKE_GENERATOR_TOOLSET "v142") # Or in command line: # cmake .. -T v142 7. Runtime Redistribution Changes | Version | Redist Name | Supported OS | |---------|-------------|---------------| | VS 2015 | vcredist_140.exe | Windows 7 SP1+ | | VS 2019 | VC_redist.x64.exe | Windows 7 SP1+ (with ESU) / Windows 8.1+ / Windows 10+ | visual c++ 2015 to 2019