Environment:
Windows 10
Visual Studio 2019
Orbbec Astra Pro
Trial License
Hi, I just downloaded the Nuitrack SDK and I wanted to run some of the samples in Visual Studio using my Orbbec Astra Pro. I’ve downloaded Nuitrack and the appropriate Orbecc driver. I have been able to run the .exe sample located in the nuitrack install folder in Program Files.
I followed the README instructions and built the sample using cmake. After that, I opened the sln file using Visual Studio 2019. Whenever I start debugging, this error message is displayed…

I analyzed the sample .exe file using a dependency walker and it says that libnuitrack.dll has missing imports.
I would really appreciate some help with this, thank you
Hi @clarissa
Please tell what Nuitrack version is installed on your system? Also provide the version of Nuitrack SDK (refer to VERSION
file). It seems you need to update your Nuitrack Runtime component. Latest version 0.32.0
is available here https://github.com/3DiVi/nuitrack-sdk/tree/master/Platforms.
Hi @mikhail.khayrislamov
Thanks for your reply!
I have Nuitrack 0.30.0 and a Nuitrack SDK ver 1.7.0
I downloaded the 64-bit .exe file from the github link but when I try to install, it displays an error message: “This app can’t run on your PC”. Do I need to uninstall the current one on my PC? If so, how do I uninstall Nuitrack?
Hi @clarissa
it seems you need to download LFS files. Please execute the following commands in your git repository:
$ git lfs install
$ git lfs pull
It’s working now, thanks!