I have indeed verified that the file is in the location specified in Visual Studio.
I was editing only the "Active (Release)" configuration so I tried setting the include directories in "All Configurations" as well but still getting same error.
I also tried changing to progra~1 instead of program files, but still no luck.
Also I deleted the entries and used the browser in Visual Studio to add the two directories again, which hasn't worked either.
Main Topics
Browse All Topics





by: abelPosted on 2009-06-24 at 03:00:40ID: 24699622
Not sure if this will solve your problem, but I notice you have spaces in the paths, which may be partially due to your error. You can try it with "c:\progra~1\gecko-sdk\idl " to prevent the spaces.
Alternatively, to be absolutely sure you typed everything correctly, copy the directory and paste it in an explorer window and check the existence of nsISupports.idl (but you probably already tried that).
Third idea to check: have you changed the active configuration? When you add the include directories, did you add it after first selecting "All Configurations" in the property pages of your project?