Running into problems with include files when trying to build using nmake.

I'm creating a QT plugin for Photoshop (Yeah, I've been ripping my hair out).
What I'm looking to do is build the .pro file with nmake, but when I try to I'm unable to open some of the include files.

"D:\Plugin\PhotoshopPlugin.h(5): fatal error C1083: Cannot open include file: 'PIUtilities.h': No such file or directory"


I'm including all my headers and source in my 'Include Directory' and 'Additional Libraries', from VS properties.

1. is it possible to include the include files from my VS properties, when trying to build using nmake?
2. if not how could I go about including the libraries?
Last edited on
Last edited on
Topic archived. No new replies allowed.