Not sure if you are a regular enough person, but any change of getting the tutorial page updated? I was quite frustrated at the start where it said there was three different projects I could go with, but didn't tell me which one the tutorial needed me to take to make it work!
With three projects, you mean
Console Application,
Windows Application and
Empty project, right?
We could indeed clarify that. In my opinion,
Empty project should be the default and the one we recommend, having pre-written (and often VS-specific) code is not the best idea for newcomers. The
Windows Application could be mentioned so that people know how to remove the console, maybe also the subsystem property in the project settings should be mentioned. I don't see a reason to tell about
Console Application.
Actually I cant do this with an empty project, in the project properties page, the tutorial wants me to set up settings in the linker page, but quite simply there is no such page on an empty project.
The option should be there as long as you don't build a static library. In that case there's a
Librarian page instead.