including QT in Visual Studio is not working
Unsolved
General and Desktop
-
I have installed the extension of course (duh) I went to the options and added 3 Visual Studio 2019 \bin \qmake.exe paths. So Visual Studio seems to recognize some of the features of QT but it does not understand the language syntax and does not know where to find the includes. Can someone help me fix this?
-
You have to either create a Qt project in VS using the built in project templates, or convert a .pro file from Qt Creator using the extensions menu. VS needs to know you're working on a Qt project to use the Qt features.
-
Actually I reinstalled the QT extension and now it seams like things are working