Debugging broken intellisense #12593
Unanswered
aureumleonis
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
-
I'm working on a vcpp project on a windows server. I managed to almost get the setup to work except for some seemingly bizarre issues. Intellisense works perfectly in some files but fails in others. All of these files compile just fine with msbuild yet VS code sometimes reports stuff like these 2 errors over the same return type declaration
RestProcessorBase*
invirtual RestProcessorBase* GetRestProcessor() override
I find this fairly confusing as it seems like intellisense somehow complaints that
RestProcessorBase
doesn't exist but it also tells me it's declaration? I'm trying to understand what could be wrong with my setup.Beta Was this translation helpful? Give feedback.
All reactions