How to set up Visual Studio so that IntelliSense works #1234
Unanswered
pbeliansky
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
Does anyone else have a problem with IntelliSense in Visual Studio finding dependencies?
I have this problem on both Windows 10 & 11, running Visual Studio 2022 and 2019.
When I clone the repository and build it, everything works fine - I can build it using the developer command prompt or even inside Visual Studio.
However, the IntelliSense highlights all the code in red, because it doesn't find the included files. Since I can build the project with no problem, I guess that I just have to set up the Visual Studio so that the IntelliSense finds the files using CMake, or something like that.
Can anyone help me, please?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions