This is a very frustrating error message in Qt Creator: ’XYZ’ does not name a type
. This usually means that there is an error in the class XYZ
that prevents the compiler from generating the type, but there are no additional hints as to what went wrong.
Any suggestions?