Empty project in Visual Studio Express 2012

I want to create an empty project in Microsoft Visual Studio Express 2012, but for some reason I do not see any template for it. I go to File-> New Project and the New Project dialog box appears. On the left side, I click “Visual C ++”, but the only subtype is “Windows Store”, and there is no template for an empty project. I can only see templates for creating applications. Unable to create empty projects in the new version?

+4
source share
2 answers

You are probably trying to use Microsoft Visual Studio Express 2012 for Windows 8 . Try using Microsoft Visual Studio Express 2012 for Windows Desktop . If you want to create a simple C ++ project in Windows 8, this is the way to go. I'm embarassing.

+3
source

Empty solution = empty solution?

File> New Project ...> Templates> Other Project Types> Visual Studio Solutions> Blank Solution

+1
source

Source: https://habr.com/ru/post/1446088/


All Articles