C ++ in NetBeans shows errors (unable to resolve identifiers), but code works fine

I just started coding C ++ in NetBeans. I have working code (compiled, works fine) The problem is that the code will show some errors (unable to resolve identifiers).

enter image description here

Why is this happening.? The code is working fine. How can I fix this problem?

+1
source share
1 answer

Try to clean the project, and then rebuild it.

0
source

All Articles