[Update: effect is gone?!?] IntelliSense suddenly running amuck?

Starting today, IntelliSense gives me a lot of senseless problem messages, while the code compiles flawlessly. An example:

This enum definition

// States of a request
enum RequestState : uint8_t { 
  RQ_EMPTY=0, 
  RQ_REQUESTING, 
  RQ_RESPONSE 
} ;

is commented by IntelliSense like “identifier expected”, “identifier RQ_EMPTY undefined” etc.
This is most annoying, I am close to trashing the whole VSCode… :frowning:

What might be the cause?

[Update]
After restarting VSCode thrice the messages were gone. Whatever… :crazy_face:

1 Like

The wonderful life of computers, and programming! :face_vomiting: Never a dull moment, I suppose! :rofl: