Hello,
I have a project defined to be compiled with Intel Compiler.
When trying to compile it I get the following error:
C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2018\windows\compiler\include\stdint.h(39): fatal error C1083: Cannot open include file: '../../vc/include/stdint.h': No such file or directory
I'm attaching a ZIP file with the project (Simple Photoshop Plug In from PS SDK).
This is a Visual Studio 2017 project which is in the path:
PS_SDK_2017\pluginsdk\samplecode\filter\PoorMansTypeTool\win
Edge case is that if one compile the project first with MS Compiler and then switch to Intel compiler it works.
Yet if one cleans the project and try building it with Intel one gets the error.
Screenshots:
- The error produced - https://i.imgur.com/wfZRMne.png.
- Configuration (Using Intel, it was checked on each file in the project) - https://i.imgur.com/KoFzhdr.png.
System Information:
IDE - Visual Studio 2017 Update 4.
Compiler - Intel Compiler 18 Update 1