Need intellisense include path different from source include path #9927
Unanswered
mcriley821
asked this question in
Q&A
Replies: 1 comment 7 replies
-
The default configuration should be able to handle a project like this. Am I correct in assuming that Can you run the Thanks! |
Beta Was this translation helpful? Give feedback.
7 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.
Uh oh!
There was an error while loading. Please reload this page.
-
So I'm trying to eliminate include issues on a very large project. There's a build system setup with make that works correctly, but intellisense is having issues finding included files (rightfully so).
My project is setup similar to:
In main.cpp:
I can't change the include in main.cpp because it's actually a lot more complicated and spread throughout the entire project. There are a ton (literally more than 2k) of "modules" that are setup in this way, but this is a minimum example explaining the issue.
Is there any way to achieve this behavior? If I need a custom extension, could someone help me with that?
Edit: changed the project hierarchy to similar output of
tree
for readabilityBeta Was this translation helpful? Give feedback.
All reactions