Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
3.3.0
-
None
Description
Since updating from version 3.2.0 to 3.3.0, we get the following build error:
2>C:\Projects\Source\GeneratedFiles\U_MyProduct\moc_MoveQmlAdapter.cpp : error C2859: C:\Projects_build\U_MyProduct_x64\vc140.pdb is not the pdb file that was used when this precompiled header was created, recreate the precompiled header.
2>C:\Projects\Source\GeneratedFiles\U_MyProduct\moc_CropQmlAdapter.cpp : error C2859: C:\Projects_build\U_MyProduct_x64\vc140.pdb is not the pdb file that was used when this precompiled header was created, recreate the precompiled header.
2>C:\Projects\Source\GeneratedFiles\U_MyProduct\moc_QmlSceneDialog.cpp : error C2859: C:\Projects_build\U_MyProduct_x64\vc140.pdb is not the pdb file that was used when this precompiled header was created, recreate the precompiled header.
2>C:\Projects\Source\Tracker\TrackerPoint.h(4,10): fatal error C1083: Cannot open include file: "MXGeom.h": No such file or directory (Quelldatei wird kompiliert .\GeneratedFiles\U_MyProduct\moc_TrackerQmlAdapter.cpp)
2>C:\Projects\Source\SmpteEdit.h(3,10): fatal error C1083: Cannot open include file: "MX_Edit.h": No such file or directory (Quelldatei wird kompiliert .\GeneratedFiles\U_MyProduct\moc_TransitionsModel.cpp)
2>C:\Projects\Source\SmpteEdit.h(3,10): fatal error C1083: Cannot open include file: "MX_Edit.h": No such file or directory (Quelldatei wird kompiliert .\GeneratedFiles\U_MyProduct\moc_TransitionsPopUpMenu.cpp)
Our projects use Qt 5.15.1. The error occurs on both Visual Studio 2022 and Visual Studio 2019.
After the rollback to version 3.2.0, everything runs as it should again.
Attachments
Issue Links
- duplicates
-
QTVSADDINBUG-1239 Version 3.3 does not work with our project and precompiled headers
- Closed