Autogen: Skip included files on demand
When determining the header name from an #include "moc_FOO.cpp"
or an #include "FOO.moc"
statement,
check if the header name is on the skip list an ignore it on demand.
Also some warning and error message typo fixes.