简体   繁体   中英

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.

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).

You can search too, it's quicker (VS2015): File > New > Project > [ Search Installed Templates Empty] > Blank Solution.

For me it's the first solution choice.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM