How to add back '"Microsoft Foundation Classes for C++' in Visual Studio

4

1

I have installed Visual Studio 2013 on my desktop. But when I install it, I don't have 'Microsoft Foundation Classes for C++' checked when I installed. How can I add that library/functionalities back without uninstall VS and re-install it again?

Thank you.

n179911

Posted 2015-02-20T17:43:20.950

Reputation: 3 123

1You should just be able to launch the installer and selection that option. – Ramhound – 2015-02-20T17:49:55.477

May be try with repair hopefully it will help. – vembutech – 2015-02-20T18:10:53.070

Answers

8

These exact instructions are Windows 7-centric, but basically hold true for all versions of windows.

  1. Go to Windows' Control Panel -> Add/Remove Programs.
  2. Located Visual Studio's entry and highlight it.
  3. Click "Change".
  4. Once the VS setup opens, choose "Modify".

enter image description here

  1. Check-mark "Microsoft Foundation Classes for C++", and/or whichever other features you'd like to add or remove.
  2. Click "Update" and follow the prompts to complete the setup wizard.

Ƭᴇcʜιᴇ007

Posted 2015-02-20T17:43:20.950

Reputation: 103 763