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.
21 Answer
These exact instructions are Windows 7-centric, but basically hold true for all versions of windows.
- Go to Windows' Control Panel -> Add/Remove Programs.
- Located Visual Studio's entry and highlight it.
- Click "Change".
- Once the VS setup opens, choose "Modify".
- Check-mark "Microsoft Foundation Classes for C++", and/or whichever other features you'd like to add or remove.
- Click "Update" and follow the prompts to complete the setup wizard.