How to make syntax highlighting for code where are the undeclared classes
Sometimes I work with a piece of a project (locally) where not all dependencies are connected (some .h files are missing), so the code is not compiled (and it's ok for me).
The problem is (after upgrading to 2019.2) the lack of syntax highlighting of code where are the undeclared classes.
PS: CMake is correct. If code is fully compiled, syntax highlighting is also ok.
For example:

请先登录再写评论。