SysError 0 during open of "PIDefines.h".
i'm stumped on this. i got the sample dissolve project working out of the box on xp, but the xcode version fails with the error: SysError 0 during open of "PIDefines.h". this is in reference to line 11 in Dissolve.r: #include "PIDefines.h"
if i right-click on the Dissolve.r file in the Groups & Files tree-view section, and run Compile it seems to succeed on its own. However, the project does not.
i'm using xcode 3.1.1 on OS X 10.6.2
if i manually include the contents of PIDefines.h and comment out the #include itself, the error will come up again for the next #include. and if i comment that one out, it comes up for the next.
any ideas?
