Visual Studio 2019 not finding the ui_QtGuiApplication1.h header file
Unsolved
General and Desktop
-
So, I'm using the Qt visual studio 2019 tools and trying to setup this up for the first time. I used the create new project button and chose to create a new Qt GUI Application options. I left the default name for the project and used all the default options, but before I could start doing anything to make this test project work it gives 2 errors with project in the header file for the project. First is a cannot open source file "ui_QtGuiApplication1.h", and the 2nd one is name followed by '::' must be a class or a name space. Has anyone seen these before and does anyone know how to fix the issue?