Whenever I create new empty c++ project in Visual studio 2017, the project property Linker > System > Subsystem
was Console (/SUBSYSTEM:CONSOLE)
.
I know i can set its property as empty by my hand but I want to change the default as empty value.
Who has an answer about this?