c++visual-studio-2017

Install Visual Studio 2017 via Visual Studio 2022 installer


I need to install VS2017. I searched Visual Studio 2017 installer and found this Visual Studio Older Downloads - 2019, 2017, 2015 on which I got VC_redist.x64.exe. I don't think it's the VS2017 installer.

Then I downloaded the latest VS installer VisualStudioSetup.exe via which I can install VS2017 partly enter image description here

By partly, I mean I can build C++ console project with the 2017 compiler, but failed for a just created MFC project. I tested it with VS2022 compiler, it worked, only failed with VS2017.

Then, how can I install VS2017 fully?


Solution

  • I find it in the `Component` page

    enter image description here