Version 3.2.2 of QM. Opening a project which has the generated directory path set to "..\generated". On Windows it correctly parses the path to be at the same directory level in which the QM model resides (in this case named qm). On Mac OSX (10.10.5) when generating code it actually creates a directory called "..\generated" (so the relative path is "qm/..\generated" - which is invisible to a normal directory listing!). I'm guessing you'd get the same issue in linux. Seems the path parser is not platform independent.
The issue is closed as not a problem in QM, but rather with using incorrect path separators (
\backslash vs/forward-slash) for the underlying operating system. The recommended path separator is the forward-slash, which works on all operating system, including Windows.--MMS