我最近安装了Visual Studio 2017。今天,当我尝试创建一个新的C++ Win32 Console Application
项目时,它一次又一次地向我显示New Project
向导。它还显示以下错误。
Project 'ConsoleApplication8' could not be loaded because it's missing install components. To fix this launch Visual Studio setup with the following selections:
Microsoft.VisualStudio.Component.VC.Tools.x86.x64
我不知道这是否是我安装Visual Studio时预先存在的问题,因为这是我第一次尝试创建C++控制台应用程序。
我想重新安装Visual Studio,但不幸的是我的DVD坏了。所以我需要找到另一个解决方案。
发布于 2019-04-28 01:06:08
我终于解决了问题。感谢肯·怀特向我保证。我运行Setup
,然后单击modify并选择下面提到的项目。然后我就等几分钟。
https://stackoverflow.com/questions/55857034
复制相似问题