Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7956 Discussions

fatal error LNK1104: cannot open file 'ippi.h'

esouka
Beginner
553 Views
i am linking visual studio 2008 with intel ipp, i put the path to ipp include directory into visual studio at properties -> c/c++ -> general -> additional include directories, i did the same for linker -> general -> additional library directories, i also put active(intelIPP) instead of active(debug), the problem is that it doesn't find header files,
fatal error LNK1104: cannot open file 'ippi.h'
what can i do?
thank you
0 Kudos
1 Reply
mecej4
Honored Contributor III
553 Views
I think that you have entered something incorrectly into your project options. The message

fatal error LNK1104: cannot open file 'ippi.h'

indicates that the linker is being asked to process a header file, which it cannot do. Header files are of use only at the compilation stage.
0 Kudos
Reply