Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

Could not expand IPPIncludeDir variable

Daniel_D
Beginner
376 Views

Hi,

I have a minor issue with the IPP package. Whenever I compile a project I get these warnings:

1>C:\\Program Files (x86)\\MSBuild\\Microsoft.Cpp\\v4.0\\Platforms\\x64\\PlatformToolsets\\Intel C++ Compiler XE 13.0\\ImportAfter\\Intel.Libs.IPP.Intel C++ Compiler XE 13.0.targets(18,5): warning : Could not expand IPPIncludeDir variable. The registry information may be incorrect.

1>C:\\Program Files (x86)\\MSBuild\\Microsoft.Cpp\\v4.0\\Platforms\\x64\\PlatformToolsets\\Intel C++ Compiler XE 13.0\\ImportAfter\\Intel.Libs.IPP.Intel C++ Compiler XE 13.0.targets(19,5): warning : Could not expand IPPLibDir variable. The registry information may be incorrect.

The project does not use any IPP function. I already reinstalled IPP but without any success.

Thanks,

Daniel

0 Kudos
1 Reply
SergeyKostrov
Valued Contributor II
376 Views
You could easilyfix the problem by creating these environment variables. I fixed a similar problem with
Intel C++ compiler by adding an environment variable, like:

[Visual Studio] -> Tools ->Options -> Project and Solutions -> VC++ Directories -> select 'Show Directories for' combobox -> add variable(s)

Take into account that you will need to re-start a Visual Studio.
0 Kudos
Reply