Weird bug when creating or opening c++ projects

Some compiler notes that may indicate the cause

Note that __has_feature and __has_extension are not recommended for use in new code, and are only provided for compatibility with Clang. For details of which identifiers are accepted by these function-like macros, see the Clang documentation.

So maybe with 5.5 there have been some updates that depreciate the use of __has_feature

Try updating your msvc to a newer version if yours is no longer seen as ok.

Also take note of the warning in your solution

obraz

Usually installing components fixes sudden weird errors like this.
It should update / install missing dependencies.

1 Like