Qt creator 9.0.2 inline editor error messages while compilation is fine
Unsolved
General and Desktop
-
I have installed qt creator version 9.0.2, Qt 5.15.2, msvc 2019.
I have opened a qt project that I know works fine.
I can compile and run successfully but I get plenty error messages on the qt editor. After some research I figure out it may be related to clang plug in. So I disabled the clang related plugins on the Qt creator plugin configuration I no more error message, but also no inline compilation. The lead to the conclusion that the problem may be indeed related to clang. Does anyone know how to fix it?
I have disabled/enabled the clang plugins and now the project does not open and shows "Failed opening project (...): no plugin can open project type "text/plain".
Thanks!