Visual Studio has never really been the lightweight option. It's not the tool you open just to tweak a config file or write a ...
Before writing a single line of C++, you need a working compiler and build environment. On Windows, this could mean MSYS2 with MinGW-w64 for GCC, or Visual Studio for MSVC. Linux and macOS users can ...