1
How do I install older versions of c++ compilers and libraries in visual studio 2015 without having to install the IDE together? (i.e., only what is necessary to compile, run, and debug applications). I’d like to leave you like this:
But I can’t. I downloaded SDK from VS 2008 and 2010 version. The 2008 SDK installed perfectly, but it didn’t appear on the list. While the 2010 is blocking, it says it needs the . NET Framework 4 to install the compilers, but every time I try to install, says that there is already a version installed on the system (Windows 7 (32 bits)). :(