I guess you have renamed your files which just changed the upper case or lower case.
That would make Qt confusing because somewhere in Qt it doesn't care about incasesitive but the file system.
So, you should check:
1) The #include statement in your source code: does include file has been renamed accordingly
2) In your .ui file: are there any line of code that reference to your file and it's name is correctly casesitive.
Bookmarks