Menu

#1 Compile fails: Error C1083: Cannot open include file

v1.0_(example)
open
nobody
5
2006-07-11
2006-07-11
Jim Cripe
No

When compiling pdfprint-v1, I got this error for every
file that that included aconf.h:
"...\Printpdf-v1\printpdf#\printpdf\<source file>:
fatal error C1083: Cannot open include file: 'aconf.h':
No such file or directory".

To solve the problem, I added an additional command
line option "/I.", so that the complier could find the
include file in the source directory. Under project's
"Properties/Configuration
Properties/C(slash)C++/Command Line/Additional
Options", what was "/Zl" alone became "/Zl /I.".

Discussion


Log in to post a comment.