I downloaded VDDK -( VMware-vix-disklib-5.5.2-1890828.x86_64)
Before trying to open project I changed the PATH env variable to show the /lib folder.
After that I opened to open sample program for windows. At first IDE was showing errors about no refence to .h files. I fixed it by adding refence to the two .h files from /include folder of VDDK.
And now when I'm trying to compile it I'm receiving 27 errors like:
Error2error LNK2019: unresolved external symbol VixDiskLibFreeErrorText referenced in function "public: __thiscall VixDiskLibErrWrapper::VixDiskLibErrWrapper(unsigned __int64,char const *,int)" (??0VixDiskLibErrWrapper@@QAE@_KPBDH@Z)
or
Error22error LNK2019: unresolved external symbol VixDiskLibEndAccess referenced in function _main
Can You tell me what else should I change to build it?