I'm using Visual C++ 2005 Express Edition. And I've compiled this code before. I made some updates and tried to compile and it complained that it can't find a file to include. But the file exists. My include statement is as follows:
I'm typing it out as it doesn't show up here correctly if I enter it as it should be.
"Number sign"include "less than sign"maya/MIOStream.h"greater than sign"
The path to the file is:
C:\Program Files\Autodesk\Maya2009\include\maya
Is there a path variable that I need to reset in my compiler? Again, this is an old project that compiled successfully before. I just wanted to add a couple of features to my plugin.
