QtCreator 4.6.0 doesn't find includes, but compiler does
-
After upgrading to QtCreator 4.6.0 the editor complains about the missing of standard headers. I mean it cannot find any of the Q* files. It's very annoying during the development because of course neither intellisense nor syntax highlight will work. But the compiler builds successfully any application, hence the files are there - as expected.
Is a known "feature"? :) Or might I do something to fix it?