The easiest way to set up a C/C++ environment in VS Code on Windows is to use MSYS2 with the MinGW-w64 toolchain and configure the system’s environment variables. First, though, we need to install the ...