I am working on a rather large project, and I am having strange problems with the IDE in terms of error checking and somewhat with IntelliSense.
Usually, if I typed something piercing, for example, "int a =" aa ";", he would underline "aa" in red. However, I see that VS does this to random parts of my code when I make minor changes.
For instance:
int proto1(); int proto2();
If I make changes to other parts of the project, sometimes random functions will get the underlined and even part of the comment. As just 30 minutes ago, he emphasized the equivalent of half of this comment, starting in the middle of the word “comment,” he also emphasized all int proto1 (); and the int proto2 () part;
I would post screenshots, but I am bound by a contract so as not to disclose any work, and I cannot easily reproduce it in small projects.
I don’t understand why he does it. When I compile the project, any fake errors and underlining it go away and it compiles in order. The fact is that there are no errors. It creates random errors and emphasizes random lines / words / words. I would also like to point out that there seems to be a big delay in loading new intellisense information, almost 2-3 minutes or longer.
I will try to reproduce it in unrelated projects and publish it here if I can. However, any help would be appreciated.
Thanks!
* Edit: I forgot to notice that pressing the spacebar several times will sometimes correct errors, but this is unreliable and does not always work.
source share