fatal error C1083: Cannot open include file:

Oct 29, 2009 at 2:40am
Hi all,

I am trying to build a library and I am following the instructions given in it's manual..

Even after including all the header and source files, I keep getting
"fatal error C1083: Cannot open include file" error for the main library header file..

I tried all the combinations of "" and <>. Also tried to remove .h but nothing works.
I tried putting the header file in the directory too..

Any help would be highly appreciated..

Many thanks,

Abhijit
Oct 29, 2009 at 3:39am
If you put it in one of the compiler's "standard" directories, you should only have to use < >. Are you sure it is not inside a folder or something?
Oct 29, 2009 at 4:04am
Hi,

It's in another folder not related to the standard directories..

but now... when i included the entire path.. "D:\...\ ... xyz.h", it worked fine.

Although it worked, I think this is not the right way.

Any suggestions..

Regards,

Abhi
Oct 29, 2009 at 4:24am
Move it to one of the standard directories. You could also add the path to the list of directories in your compiler.
Oct 29, 2009 at 5:03am
Hi firedraco,

Thank you for your help.

It worked well..


Regards,

Abhi
Topic archived. No new replies allowed.