Hello,

I recentely wanted to start using QtCreator, specially now that I need to do a program with user interface for college.

The problem is, I'm having serious problems trying to make the Qt work, it is alwats showing a new error message. First I tried to use it with MinGW, it didn't work. Now I'm trying to use it with MSVC 2012 (I downloaded the Express Edition), the Qt does recognizes microsoft's compiler, but it gives me an erros during the build/make time. Something with C1902: Program database manager mismatch.

Any hints on how can I fix this? The error "code" goes down on this post.

Qt Code:
  1. C:\Qt\Qt5.1.0\Tools\QtCreator\bin\jom.exe -f Makefile.Debug
  2. cl -c -nologo -Zm200 -Zc:wchar_t -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc -DUNICODE -DWIN32 -DQT_QML_DEBUG -DQT_DECLARATIVE_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I"..\..\..\..\..\..\..\Qt\Qt5.1.0\5.1.0\msvc2012_64_opengl\include" -I"..\..\..\..\..\..\..\Qt\Qt5.1.0\5.1.0\msvc2012_64_opengl\include\QtWidgets" -I"..\..\..\..\..\..\..\Qt\Qt5.1.0\5.1.0\msvc2012_64_opengl\include\QtGui" -I"..\..\..\..\..\..\..\Qt\Qt5.1.0\5.1.0\msvc2012_64_opengl\include\QtCore" -I"debug" -I"." -I"." -I"..\..\..\..\..\..\..\Qt\Qt5.1.0\5.1.0\msvc2012_64_opengl\mkspecs\win32-msvc2012" -Fodebug\ @C:\Users\USURIO~2\AppData\Local\Temp\main.obj.4840.16.jom
  3. main.cpp
  4. ..\cpd_alg\main.cpp : fatal error C1902: Program database manager mismatch; please check your installation
  5. jom: C:\Users\Usu rio\Desktop\Prog C\CPD\ALG_tes\build-cpd_alg-Desktop_Qt_5_1_0_MSVC2012_OpenGL_64bit-Debug\Makefile.Debug [debug\main.obj] Error 2
  6. cl -c -nologo -Zm200 -Zc:wchar_t -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc -DUNICODE -DWIN32 -DQT_QML_DEBUG -DQT_DECLARATIVE_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I"..\..\..\..\..\..\..\Qt\Qt5.1.0\5.1.0\msvc2012_64_opengl\include" -I"..\..\..\..\..\..\..\Qt\Qt5.1.0\5.1.0\msvc2012_64_opengl\include\QtWidgets" -I"..\..\..\..\..\..\..\Qt\Qt5.1.0\5.1.0\msvc2012_64_opengl\include\QtGui" -I"..\..\..\..\..\..\..\Qt\Qt5.1.0\5.1.0\msvc2012_64_opengl\include\QtCore" -I"debug" -I"." -I"." -I"..\..\..\..\..\..\..\Qt\Qt5.1.0\5.1.0\msvc2012_64_opengl\mkspecs\win32-msvc2012" -Fodebug\ @C:\Users\USURIO~2\AppData\Local\Temp\mainwindow.obj.4840.31.jom
  7. cl -c -nologo -Zm200 -Zc:wchar_t -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc -DUNICODE -DWIN32 -DQT_QML_DEBUG -DQT_DECLARATIVE_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I"..\..\..\..\..\..\..\Qt\Qt5.1.0\5.1.0\msvc2012_64_opengl\include" -I"..\..\..\..\..\..\..\Qt\Qt5.1.0\5.1.0\msvc2012_64_opengl\include\QtWidgets" -I"..\..\..\..\..\..\..\Qt\Qt5.1.0\5.1.0\msvc2012_64_opengl\include\QtGui" -I"..\..\..\..\..\..\..\Qt\Qt5.1.0\5.1.0\msvc2012_64_opengl\include\QtCore" -I"debug" -I"." -I"." -I"..\..\..\..\..\..\..\Qt\Qt5.1.0\5.1.0\msvc2012_64_opengl\mkspecs\win32-msvc2012" -Fodebug\ @C:\Users\USURIO~2\AppData\Local\Temp\moc_mainwindow.obj.4840.47.jom
  8. mainwindow.cpp
  9. ..\cpd_alg\mainwindow.cpp : fatal error C1902: Program database manager mismatch; please check your installation
  10. jom: C:\Users\Usu rio\Desktop\Prog C\CPD\ALG_tes\build-cpd_alg-Desktop_Qt_5_1_0_MSVC2012_OpenGL_64bit-Debug\Makefile.Debug [debug\mainwindow.obj] Error 2
  11. moc_mainwindow.cpp
  12. debug\moc_mainwindow.cpp : fatal error C1902: Program database manager mismatch; please check your installation
  13. jom: C:\Users\Usu rio\Desktop\Prog C\CPD\ALG_tes\build-cpd_alg-Desktop_Qt_5_1_0_MSVC2012_OpenGL_64bit-Debug\Makefile.Debug [debug\moc_mainwindow.obj] Error 2
  14. jom: C:\Users\Usu rio\Desktop\Prog C\CPD\ALG_tes\build-cpd_alg-Desktop_Qt_5_1_0_MSVC2012_OpenGL_64bit-Debug\Makefile [debug] Error 2
  15. 16:28:27: The process "C:\Qt\Qt5.1.0\Tools\QtCreator\bin\jom.exe" exited with code 2.
  16. Error while building/deploying project cpd_alg (kit: Desktop Qt 5.1.0 MSVC2012 OpenGL 64bit)
  17. When executing step 'Make'
To copy to clipboard, switch view to plain text mode