Qt5.6.1 with Visual Studio 2015
-
Hi,
I successfully built Qt5.6.1 and set up Visual Studio 2015 (Qt options ...).
As I want to create a new project, I'm told:
"Cannot instantiate QtProjectEngine object"Where does it come from ?
Many thanks.
-
I configured everything. The trouble is that I did everything like on a first computer that runs perfectly.
I don't see any difference. -
Are both computers running the same software with the same setup ?
-
They both run Visual Studio 2015 and Qt5.6.1
-
Then a silly question: same version of VS2015 ? Meaning update/patch in between.
-
Yes. Same version.
Where does QtProjectEngine come from ? -
@mulfycrowh said:
Cannot instantiate QtProjectEngine object
Click on "QT5 -> Reinstall templates and register libraries". Make sure you have admin rights for this. This should solve the problem.
-
Many thanks. It runs !