How to open a low version vs project in high version visual studio

Take opening a 2017 project in 2022 as an example

1. First open the visual studio installer, select Modify, find the following three components in a single component, and download and install them.

2. After installation, open the lower version project and you will be prompted to upgrade the project, select Cancel! ! ! Choose Cancel! ! !

Right-click each project under the solution, pull down the Windows SDK version and set it, and change the platform toolset to the v141 version of 2017.

3. After that, add lib when it’s time to add lib, and add include when it’s time to add include.

There are many online tutorials on how to add them. I will wait until the next time I configure the environment to see if I want to update this blog.

Guess you like

Origin blog.csdn.net/weixin_55696427/article/details/134204028