Include Path error in VS Code #9018
Unanswered
rishi-pathak
asked this question in
Q&A
Replies: 1 comment 11 replies
-
Remove the system include from your includePath setting. Does that fix your issue? |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am new to coding and currently struggling with VS Code include path configurations. Would really appreciate any possible help.
I tried running a code but I got an error saying
" #include errors detected. Please update your includePath. Squiggles are disabled for this translation unit (C:\Users\csris\OneDrive\Desktop\Code\Fibonacci)."
and,
cannot open source file "iostream"
I tried configuring my include path and compiler path but nothing is working.
Here is the code I was trying to run
here is my config
Beta Was this translation helpful? Give feedback.
All reactions