Handmade Hero»Forums»Code
4 posts
Which components do I need from VS Community to follow this course?
Edited by Lootbox on Reason: Initial post
I think maybe "Desktop development with C++"? But it take almost 7GB disk space.

So which of the following components do I really need? (from the "Desktop development with C++" workloads)

MSVC v142 - VS 2019 C++ x64/86 build tools (v14.25)
Windows 10 SDK (10.0.18362.0)
Just-In_Time debugger
C++ profiling tools
C++ CMake tools for Windows
C++ ATL for latest v142 build tools (x86 & x64)
Test Adapter for Boost.Test
Test Adpater for Google Test
Live Share
C++ AddressSanitizer (Experimental)
Jason
235 posts
Which components do I need from VS Community to follow this course?
As far as I now, for handmade hero all you should 'need' are the first two, "MSVC v142 - VS 2019 C++ x64/86 build tools (v14.25) " and "Windows 10 SDK (10.0.18362.0) ". The other stuff is just fluff for those that want it. If you're just starting then what I suggested should be fine.
4 posts
Which components do I need from VS Community to follow this course?
Thanks.