I've just had some problems which forced me to delete my "generated files" filter in Visual Studio. Now all moc'ed files won't appear inside visual studio anymore after/during compilation/moccing.

In fact, the compilation will not work at all without tweaking, spend almost an hour on that now.
Usually VS knew about that generated files an compiled all contentes before linking but now VS seems to be clueless about the moc'ed cpp files and deliver a lot of unresolved external errors on metaobject things that are creating in the moccing proccedure.

I can get my project to build my manually adding the "generated files" folder and its contents to the project, but that's definately not as i'd like it to have.

Does anyone know how i can restore the default behaviour?