Hi, I've checked - by some reason this file really is missing from the release package. It is present in the 1.7.0 tag in git repo though. You can get it here - [1]
[1] - https://github.com/apache/ignite/releases/tag/1.7.0 Best Regards, Igor On Tue, Nov 8, 2016 at 6:45 AM, smile <[email protected]> wrote: > Hi, all > I build ignite C++ in the windows7, using msbuild cmd to build it, but > it report error as follow: > > *“E:\ignite1.7.0\apache-ignite-1.7.0-src\modules\platforms\cpp\core\project\vs\core.vcxproj”(默认目标) > (1) ->* > *(ClCompile 目标) > ->E:\ignite1.7.0\apache-ignite-1.7.0-src\modules\platforms\cpp\core\include\ign* > *ite/impl/cache/cache_impl.h(27): fatal error C1083: > 无法打开包括文件:“ignite/impl/interop/interop_target.h”: No such file or directory > [E:\ignite1.7.0\apache-ignite-1.7.0-src\modules\platforms\cpp\core\project\vs\core.vcxproj]* > *E:\ignite1.7.0\apache-ignite-1.7.0-src\modules\platforms\cpp\core\include\ignite/impl/cache/cache_impl.h(27): > fatal error C1083: 无法打开包括文件:“ignite/impl/interop/interop_target.h”: No such > file or > directoryE:\ignite1.7.0\apache-ignite-1.7.0-src\modules\platforms\cpp\core\project\vs\core.vcxproj]* > > > and I list files of diretory "E:\ignite1.7.0\apache-ignite- > 1.7.0-src\modules\platforms\cpp\core\include\ignite\impl\interop", there > only one file "interop_external_memory.h",* the "interop_target.h" is not > exist;* > > How can I solved it ? > > Thank you very much; > > >
