Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2017 console application : precompiled header

Recently I updated my Visual Studio 2017.
Since then, I can't create windows console application project.

[File] - [New] - [Project]

and I selected [Installed] - [visual C++] - [windows console application program]

When I clicked OK, application setting wizard didn't appear.

wizard

above wizard didn't appear. Instead Visual Studio automatically created precompiled header project.

stdafx

What's wrong?

like image 413
newbie16 Avatar asked Jan 29 '23 12:01

newbie16


1 Answers

According to 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.

like image 100
user7860670 Avatar answered Feb 05 '23 17:02

user7860670