Working on a project

I’m working on a project but when i include
#include<nuitrack/Nuitrack.h> it shows me an error ,cannot open source file “nuitrack/Nuitrack.h”
please someone help me.

Would need to see some more details of the type of project setup … windows/lixux etc
But … i would start by including the nuitrack folder from the SDK into your project path - copy the entire folder to your project root directory maybe.

And make sure you include the path in or C++ include list - again depending on the compiler/platform this will vary.

Have a look at how the examples are setup … fyi you need to cmake them for your platform - and may also need to include the GL/*.h folder group

Westa

Thank you so much sir for replying ,I would try it out.