Visual Studio 2022 default qt projects refuse to work
Unsolved
Installation and Deployment
-
Hi, I'm very new to qt and I wanted to use Visual Studio to create a C++ program with a gui. I have installed Qt 6.8.0, as is proof here:
and then I moved on to visual studio professional 2022 17.11.5, where I installed Qt Visual Studio Tools, Qt Vs Cmake Tools, and QML Syntax/Tools. I then added my qt version to visual studio, as is proof here:
So, thinking I was good to go, I created a new project as a Qt Quick Application, set it up like this:
and I thought I was good to go, so I ran the default code to make sure everything worked and I got this:
this is the call stack looks like:
is this my fault? I have written no code whatsoever, how do I fix this? I can't seem to find anything useful online