I can't create Qt 5.7.0 project in Visual Studio 2015 Pro
-
Hello, after install Qt 5.7.0 to visual studio on Vs2015 pro I trying create a Qt project but is returned the follwing error:
'C:\Users\WCA\Appdata\Local\Temp\x1vz2sqk.vcproj' cannot be opened because its project type(.vcproj) is not suported by this version of the application.
To open it, please use a version that supports this type of project.
-
You try to create a project in Qt Creator, right? Or you create a Qt project in Visual Studio? Did you install Qt 5.7.0 for VS 2015 (Qt for MSVC 2013 will not work)?
-
You try to create a project in Qt Creator, right? Or you create a Qt project in Visual Studio? Did you install Qt 5.7.0 for VS 2015 (Qt for MSVC 2013 will not work)?
@sierdzio said in I can't create Qt 5.7.0 project in Visual Studio 2015 Pro:
Thanks, in actually exist two problems:
-
I can create project in Qt creator so.. But when I try run the debug the follow error is throw: 'no debugger set up'
Unknown debugger type "No engine"
Unable to create a debugger engine of type "No engine" -
I cannot create a Qt project into Visual Studio 2015 pro as I mentioned before..
Best.
Washington.
-
-
You'll need the new VS addin beta: http://download.qt.io/development_releases/vsaddin/ which works with VS 2015.
And about "no engine" - I know this happens sometimes, but I don't know how to work around it, sorry. Google it or wait for somebody else to respond here.
-
You'll need the new VS addin beta: http://download.qt.io/development_releases/vsaddin/ which works with VS 2015.
And about "no engine" - I know this happens sometimes, but I don't know how to work around it, sorry. Google it or wait for somebody else to respond here.
Thanks but I didi the installation from qt-vs-addin-msvc2015-2.0.0-beta.vsix but now is retirned the following error: Cannot instantiate QtProjectEngine object.
Best.