VS 2017 中的项目向导在哪里?

Where is the project wizard in VS 2017?

我想创建一个静态库,我想在 VS2017 社区的其他项目中使用它,但我找不到正确的方法。 我尝试按照 here 中针对 VS2015 的说明进行操作,但是当我想创建一个新项目时,我可以只提供名称、解决方案名称、解决方案的位置以及是否要为解决方案创建目录或不是,是否有 git 存储库。

我记得有一个项目向导,我可以在其中取消选择预编译头并将输出设置为静态库。

有什么变化还是我缺少组件?

更新的答案:

创建新项目,在 Visual C++ -> Windows Desktop 下有一个名为 Windows Desktop Wizard 的项目模板,它将打开项目向导。

来自VS 2017 15.3 Release notes (credits to user 来自另一个问题)

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.