NO

Author Topic: Can't find include file <excpt.h>  (Read 4055 times)

kingboyD

  • Guest
Can't find include file <excpt.h>
« on: December 24, 2010, 06:44:09 PM »
Sample "resizer.c" produces this error
D:\PellesC\include\Win\windows.h(91): fatal error #1035: Can't find include file <excpt.h>
while generating the object file.

<excpt.h> is in "D:\PellesC\Include". Include paths are standard settings to
D:\PellesC\Include\
D:\PellesC\Include\Win
D:\PellesC\Include\Win\gl

The header is not corrupt. I can open and read the content within the IDE.

Why it is not found?

OS is Win7

Additional: How can I change projects and standard settings (if I move the installation or project files to another location?