Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to load C Project in Visual Studio 2015

When i try to load my C project in VS 2015,i got this error :

"Project cannot be loaded because installation components are missing : please install visual c++ 2015 tools for Windows Desktop".

Does somebody know how can i fix it without reinstalling VS2015 ?

like image 247
Mxsky Avatar asked Sep 01 '15 09:09

Mxsky


1 Answers

To not reinstall Visual Studio which is time consuming, you need to go to File >> New >> Project and then choose Visual C++ folder.
There you will find your unavailable project that is saying

Install visual C++ 2015 tools for Windows Desktop

So just click on it and start installing the needed components. After the installation has completed, you'll be able to start and write C++ applications for Windows Desktop.

like image 75
Martin Dimitrov Avatar answered Oct 21 '22 14:10

Martin Dimitrov