Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
None
-
3.3.0
-
None
Description
Describe the bug
Error c1083
Cannot open include file Filname.h
No such file or directory (compiling source moc_*. cpp)
vstools 3.3 can't see Additional Include Dirs in project properties C++ - General:
.;$(ProjectDir)..\..\path1;$(ProjectDir)..\..\path2;%(AdditionalIncludeDirectories)
When #include "Header.h" changed to
..\..\path1\Header.h then see it and compiled.
Attachments
Issue Links
- duplicates
-
QTVSADDINBUG-1241 [REG 3.2.0->3.3.0] Public Include Directories of referenced projects are not promoted to moc
- Closed