C1082: Cannot open include file 'ui_importabc.h': No such file or directory
-
@SPlatten said in C1082: Cannot open include file 'ui_importabc.h': No such file or directory:
how do I resolve?
Do a complete rebuild
@jsulm , thank you, thats the first thing I did, have tried several times, cleaned then rebuild, will now try clearing out build folder completely.
Opened bash script in build folder, then erased all files and folders with:
rm -R *Then from Qt Creator, rebuild, still getting:
C0183: Cannot open include file 'ui_importABC.h' No such file or directory.Have now resolved, the issue was that the included file in the source was using the wrong case, it should have been: ui_importABC.h, corrected this now it works, but strange that it was working with the wrong case then it wasn't.
Actually, still getting it, so that wasn't the issue.
-
ui_importabc.h is a generated header file from the importabc.ui form, not sure why I'm getting this message now, how do I resolve?
@SPlatten said in C1082: Cannot open include file 'ui_importabc.h': No such file or directory:
how do I resolve?
Do a complete rebuild
-
@SPlatten said in C1082: Cannot open include file 'ui_importabc.h': No such file or directory:
how do I resolve?
Do a complete rebuild
@jsulm , thank you, thats the first thing I did, have tried several times, cleaned then rebuild, will now try clearing out build folder completely.
Opened bash script in build folder, then erased all files and folders with:
rm -R *Then from Qt Creator, rebuild, still getting:
C0183: Cannot open include file 'ui_importABC.h' No such file or directory.Have now resolved, the issue was that the included file in the source was using the wrong case, it should have been: ui_importABC.h, corrected this now it works, but strange that it was working with the wrong case then it wasn't.
Actually, still getting it, so that wasn't the issue.