0

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?

sukbu
  • 71
  • 1
  • 3

1 Answers1

1

Could you please provide us the specific steps to create new empty c++ project in Visual studio 2017?

I follow the following steps to create, the default as empty value:

1,Click File->New ->Project

enter image description here

2,Choose Visual C++ -> Empty project. And then add the name of the project.

enter image description here

3,The project property -> Linker > System > Subsystem was empty value.

enter image description here

Jeaninez - MSFT
  • 3,210
  • 1
  • 5
  • 20
  • I don't know if the notification delivers to you when i answer my post myself, so i reply here again. Could you please check my result? – sukbu Mar 22 '20 at 07:06
  • When you create an empty project for c++ in Visual Studio 2017, the subsystem default is empty. I suggest you could follow the steps I provided and try to create a new empty project. – Jeaninez - MSFT Mar 23 '20 at 03:00