i'm using xcode 3.1.1 on OS X 10.6.2 and i'm trying to compile an adobe photoshop sdk plugin sample project and am getting the following error:
i should note that this is the only error and it's occuring in a resource (.r) file, so this may be 'rez' specific.
if i manually include the contents of this PIDefines.h header, OR change the include so that it uses a relative path the error obviously goes away. however, there are other includes in this file pointing to the same dir, and many of those have includes pointing to sdk files that i'd have to change, which i'd rather not do.
i tried setting the Header Search Paths in the project properties but it still can't seem to find it.
any ideas?
PHP:
SysError 0 during open of "PIDefines.h".
i should note that this is the only error and it's occuring in a resource (.r) file, so this may be 'rez' specific.
if i manually include the contents of this PIDefines.h header, OR change the include so that it uses a relative path the error obviously goes away. however, there are other includes in this file pointing to the same dir, and many of those have includes pointing to sdk files that i'd have to change, which i'd rather not do.
i tried setting the Header Search Paths in the project properties but it still can't seem to find it.
any ideas?