Description
Qt: 4.7
When adding the Q_OBJECT macro to a class the VS Add-in attempts to create a file "moc_classname.cpp". However it fails to create it. It shows the file in VS Solution Explorer, but the file doesn't actually exist. This results in the build to fail.
1>c1xx : fatal error C1083: Cannot open source file: 'GeneratedFiles\Debug\moc_FSDF.cpp': No such file or directory