admin管理员组文章数量:1394137
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
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?
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
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?
Share Improve this question asked Mar 17 at 4:35 AdministratorAdministrator 3001 silver badge10 bronze badges 1- 5 Under "SDKs, libraries, and frameworks", did you select to install the "C++ MFC for v141 build tools (x86 & x64)" individual component? The toolset version for VS2017 is different from VS2022 (v141 vs v143), so you have to select the correct one there. – heap underrun Commented Mar 17 at 4:45
1 Answer
Reset to default 2I find it in the `Component` page
本文标签: cInstall Visual Studio 2017 via Visual Studio 2022 installerStack Overflow
版权声明:本文标题:c++ - Install Visual Studio 2017 via Visual Studio 2022 installer - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744579315a2613822.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论