Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No console application in Visual Studio 2015?

Tags:

I know this might sound extremely dumb, but I can't find the console application template in visual studio 2015. When installed I clicked on custom and selected everything so I wouldn't have to go through the hassle of adding files later on so of course I have visual c++ installed. But for some reason there's no console application template.

Any ideas? I'm using the community edition.

like image 221
MoustacheSpy Avatar asked Mar 28 '16 19:03

MoustacheSpy


People also ask

How do I create a console application in Visual Studio 2015?

Open Visual Studio, and choose Create a new project in the Start window. In the Create a new project window, select All languages, and then choose C# from the dropdown list. Choose Windows from the All platforms list, and choose Console from the All project types list.

Where is the console in Visual Studio?

Press F11 . Visual Studio calls the Console.

Can we create console application in Visual Studio?

The first time you open a C# file in Visual Studio Code, OmniSharp loads in the editor. Select Yes when Visual Studio Code prompts you to add the missing assets to build and debug your app. Console.


3 Answers

It's located under Templates->Visual C++->Win32->Win32 Console Application.

If you cannot find it there, it probably means you did not install the Windows SDK. Go to the Control Panel->Programs and Features, select Microsoft Visual Studio Community 2015, right click on it and select Change.

The SDK is hidden quite well in the list of installable features. You can find it under Windows and Web Development->Universal Windows App Development Tools. Make sure the Windows 10 SDK is selected. By default it's not and I tend to forget to check it when installing VS2015 because it's so damn well hidden.

like image 145
ComicSansMS Avatar answered Oct 13 '22 09:10

ComicSansMS


SOLVED !!! it is generally with windows 10 or xp so when you go to visual c++ there is option of install windows support for ... and let it download bingo!! next time you can see it there

install these two

enter image description here

after installation

enter image description here

like image 41
Runni Kumari Avatar answered Oct 13 '22 09:10

Runni Kumari


I have same problem. This is the way of show before i fix it. with error

then check you have proper internet connection. net double click and install both. now you can create c++ project. This is new appearance..After solve problem

thank you.

like image 23
Jayantha Avatar answered Oct 13 '22 10:10

Jayantha