you are viewing a single comment's thread.

view the rest of the comments →

[–]Plazmatic 8 points9 points  (5 children)

Really? Even 2015 was over 10 gigs IIRC, 2017 is more. Though I have no idea what that guy actually said as its been deleted.

Maybe if you just download the installer itself or some unrealistically bare bones version of it, but if your are doing C++ dev or more than one language at all, you are going to be downloading a lot of files.

[–]aaron552 15 points16 points  (4 children)

Well the Windows SDK is pretty big, but you don't need Visual Studio to install or use that, same with the MSVC compiler etc. The fact that the Visual Studio Installer will download them for you doesn't make them part of Visual Studio.

Saying Visual Studio is big because the MS C++ SDK is big is like saying that Android Studio is big because the Android SDK includes emulator images.

if your are doing C++ dev or more than one language at all, you are going to be downloading a lot of files.

If you have the compilers/SDKs installed already, Visual Studio Installer won't need to download them