Why does includePath fail? #7729
Unanswered
xiss burg (xissburg)
asked this question in
Q&A
Replies: 1 comment 5 replies
|
Is the file mentioned after "cannot open source file..." the same file that was |
5 replies
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.
I have all paths correctly setup in
c_cpp_properties,jsonunderincludePathand when I type#include <...it correctly suggests the directories and files under that path but once I finish the statement with...>the red squiggles appear saying "cannot open source file..." which is inconsistent and shows that this is perhaps fundamentally flawed since I have always experienced this issue. What really is the problem?All reactions