How to install intel appdeveloper sdk in visual studio 2008
I cannot link the lib files supplied with the sdk to my visual c++ 2008.An error occurs when compiling the application.The error says that the include files cannot be opened.
Error details:
-\testauth.cpp(3) : fatal error C1083: Cannot open include file: 'adpcppfd.h': No such file or directory
I have tried to include the files by going to TOOLS->OPTIONS->VC++ DIRECTORIES and giving the path of the sdk.But it fails.Please give me a solution.


