There are many options known to work for building a c ++ project for Windows like Mingw-w64 and Windows Subsystem for Linux (WSL).
There are also other options that can work but have not been thoroughly tested like a native compiler tool chain.
I am trying to compile a c ++ project in an IDE such as visual studio code.
Is there a tool that can compile a c ++ project in visual studio code?