If the GeneratedFiles don't auto add to the Visual Studio project do the following
1. Delete all GeneratedFiles in VisualStudio and in explorer
2. Comment the line Q_Object() of the .h file
3. Compile
4. Uncomment the Q_Object() line
5. Compile again the file should appear in the solution
6. For the resources and ui files just remove then from project and readd them the GeneratedFiles will appear.
Hope it helps you
Bookmarks