C1083: Cannot open include file: 'atlapp.h': No such file or directory c:\files\vsnetwrk\samples\pdf-xchange viewer activex sdk\c\fulldemo\stdafx.h
I also get more include errors in stdafx.h on the following lines:
Code: Select all
#include <atlapp.h>
#include <atlframe.h>
#include <atlctrls.h>
#include <atldlgs.h>
#include <atlmisc.h>
I also get a Build error on the line
Code: Select all
#import "..\..\..\Bin\PDFXCviewAx.tlb" no_namespace, named_guids, raw_interfaces_only
cannot open source file "C:/Program Files/Tracker Software/PDF-XChange Viewer SDK/Examples/CExamples/FullDemo/Debug/PDFXCviewAx.tlh"
Please tell me how to Build without errors? Thanks.