c++ - Visual Studio 2017 控制台应用程序 : precompiled header

标签 c++ visual-studio-2017

最近我更新了我的 Visual Studio 2017。
从那以后,我无法创建 Windows 控制台应用程序项目。

[文件] - [新建] - [项目]

我选择了[Installed] - [visual C++] - [windows console application program]

当我点击确定时,应用程序设置向导没有出现。

wizard

上面的向导没有出现。相反,Visual Studio 会自动创建预编译的 header 项目。

stdafx

怎么了?

最佳答案

根据 Visual Studio 2017 release notes :

The Windows Console and Desktop Application templates now create the projects without displaying a wizard. There's a new Windows Desktop Wizard under the same category that displays the same options as before.

关于c++ - Visual Studio 2017 控制台应用程序 : precompiled header,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46397624/

相关文章:

c++ - 链表(删除节点)

c++ - std::unique_ptr 及其对 STL 容器中匹配指针的影响

c++ - 封装二维数组与普通版本——访问速度

安装后 MSBuild 15 丢失

c++ - 如何在 Visual Studio 中安装 (v142) 构建工具

c# - 未复制引用的项目依赖项 DLL

c++ - 结合使用PCH,PDB和Zi会导致VS2017令人困惑的C2859编译错误

c++ - FPGA开发入门

Visual Studio 中的 Python : Erroneous errors

c++ - C++ 类及其成员函数的名称修改?