c++ - Netbeans shows "unable to resolve identifier", but builds and runs code -


I am working on a C ++ project in Netbeen for a few weeks. A few days ago Netbeans started showing

  unable to resolve the identifier 

for each variable through the whole code. But the code still works It can be successfully created.

So there really is no problem with my code, but these red lines are very annoying.

Thank you for your help.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -