What MSVC++ version are you using? What is your OS?
With the recent Visual Studio versions (2015, 2017, 2019) any location macros have been something like $(IncludePath) that evaluate to specific directory locations.
MSC++ uses an MS compiler, not MinGW. Is this Visual Studio Code?
Yes I am using Visual Studio Code, but I am new to all this, i have added the path using the setting.json and "C_Cpp.default.includePath" but now I am getting something else.
When I try to build it, it doesn't give me the compiler option and i get multiple lines of "undefined reference" of the Magick++ library
I get this at the end "collect2.exe: error: ld returned 1 exit status", but I am new and I have now idea how to fix it