Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2015: Create an Empty Project

Where is the Empty Project option within VS 2015?

There is no longer a "General" or "Other templates" category & is not visible under the basic list of C#/C++ options.

like image 497
Sitric Avatar asked Nov 23 '15 23:11

Sitric


1 Answers

The "Empty Project" template (if it can be called that) is now located under:

Installed → Visual (C#/C++/etc) → Windows → Classic Desktop

Empty Project will show up as a standard item within the alphabetically ordered list.

This is assuming you installed basic language templates when installing VS - otherwise, just pick your language & follow the prompts to install the necessary tools (+templates).

like image 100
Sitric Avatar answered Sep 24 '22 21:09

Sitric