1

I got this error when I tried to compile an application that includes the tiffio.h header.

For the record, the tiffio.h is located at:

C:\Program Files\GnuWin32\include

I have set that directory to be included in the 'Projects' and 'Solution' Visual C++ directories, as shown in the image located here.

What am I missing?

Graviton
  • 81,782
  • 146
  • 424
  • 602

1 Answers1

3

In the Options dialog you have in the image - change the "Show directories for" from "Executable Files" to "Include files" and then add the include path there.

1800 INFORMATION
  • 131,367
  • 29
  • 160
  • 239