The original instructions on setting up C/C++ for various platforms can be found using the following link: https://code.visualstudio.com/docs/languages/cpp The link ...
The C++ ABIs (possibly headers even) of GCC and MSVC are just incompatible. You might have some luck using Clang, but I don't guarantee anything. /// If you're ...