Compile fails: Error C1083: Cannot open include file
Status: Beta
Brought to you by:
bala_kk
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.".