Update $(Qt_IncludePath_) in visual studio after updating qt installation
-
Just updated my installation from 5.14.1 to 5.14.2(prebuilt windows binaries) and now i have a problem. I'm using visual studio with qt addon, did update paths in "Extensions -> Qt vs tools -> qtoptions" but project created before update still has $(QT_INCLUDEPATH_) set to 5.14.1 paths which is not exists anymore (preview from macro viewer).
At the same time, in fact project is builds with 5.14.2 but wrong macro definition breaks code highlighting. Can't find any ways to edit\update macro. Any ideas? Thanks in advance.//ps. Thankyou for edit which makes my question being unreadable and lose comment to picture. I insist on named link instead of inplace picture.
-
Hello,
I am having the same problem.
And @codebit solution is not helping in my case: there is no such an option as "Qt -> "Upgrade to latest Qt project format version"Any ideas where I should change it?
The only option I see now is to create an empty project, where i checked it is working fine, and move files from my project there.
Mikl
-
Hello,
I solved it
"Change Solution Qt version" to $(DefaultQtVersion) and back with a restart in between made a trick.
-