ASPNETnewbie
Programmer
I have some source files in different folders and headers files as well that I would like to use to compile a DLL file but I keep running into problems ( errors) that I need help with.
fatal error C1083: Cannot open include file: 'winhttp.h': No such file or directory
==========================================================
fatal error C1189: #error : include 'stdafx.h' before including this file for PCH and the cursor shows those lines:
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
===========================================================
fatal error C1083: Cannot open include file: 'winhttp.h': No such file or directory
==========================================================
fatal error C1189: #error : include 'stdafx.h' before including this file for PCH and the cursor shows those lines:
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
===========================================================