1

I'm not able to create a Qt project with Visual Studio Community 2015 in Windows 10.

Steps I followed to setup QT with VS2015,

  • Installed visual studio community 10
  • Downloaded and installed QT for VS2015
  • Added QtPackage in VS2015 "Extensions and Updates", also added Qt version.

How I create new QT project

  • I select "QT application" under Visual C++ templates, which prompts couple of Qt project options to create application, but at the last before creating a project visual studio throws error

'C:\Users\users\AppData\Local\Temp\h451xhqd.vcproj' cannot be opened because its project type (.vcproj) is not supported by this version of the application.

However, I'm able to create a project with QT creator. Any help or pointer will be helpful.

PS: I'm new to VisualC++ :) Below are the similar SO question that didn't helped

  1. Question 1
  2. Question 2
  3. A video link from youtube
VimleshS
  • 312
  • 4
  • 12

1 Answers1

0

Finally, I was able to create a QT project.

Actually problem was with VC++ setup and template files. These two link was very helpful to me.

  1. Running setup mentioned in section "Visual C++ : Project creation failure after Update"
  2. Renaming ComponentModelCache
VimleshS
  • 312
  • 4
  • 12