Why VC++ IntelliSense doesn't refresh error list?
There's an error in the code. IntelliSense shows it up. I fix it, and press F7 to re-compile, the compilation result is successful. But now IntelliSense doesn't refresh the error list, it still shows the former error, even after pressing 10 times F7 and F5 to start debugging.
That crazy IntelliSense error is still shown up. What happened with VC++?
