Replies: 2 comments 6 replies
-
@naman0411 We need more info -- what does the red error squiggle say in the message? What is your c_cpp_properties.json? Have you set your compilerPath property in that file? We have some tutorials at https://code.visualstudio.com/docs/cpp/config-mingw . |
Beta Was this translation helpful? Give feedback.
5 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I recently redownloaded c++ 13.1 using msys2 on my computer and know vs code is giving me errors in basic include lines like #include .

I added the appropriate path variables - "C:\msys64\ucrt64\bin" and tried changing the intellisense configurations as mentioned in various places online to no avail.
g++ -o demo demo.cpp does not create any file.
g++ -v -o demo demo.cpp has the following output.

As seen the g++ is not doing any search for #include files.
What should I do?
Beta Was this translation helpful? Give feedback.
All reactions