Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近用 Visual c# 安装了 Visual Studio 2010 Ultimate。现在我想用 Visual C++ 编程,我该如何安装 Visual C++ 模板?
谢谢
尝试在“新建”->“项目”下的在线模板部分中搜索,然后在窗口左侧搜索。
要恢复所有模板,请关闭 Visual Studio 的所有实例。打开 Visual Studio 命令提示符并遍历到 ../Microsoftvisualstudioxxxx/common7/IDE 然后键入
**devenv /installvstemplates**
在命令提示符下。等待一段时间,直到所有模板都恢复。
再次启动 Visual Studio 安装程序并更改选定的功能集。