It doesn’t seem to be relevant anymore. Now no additional actions are required to build
Deprecated Build Instruction
How to Build:
- Open
{YourProject}\Source\{YourProject}\{YourProject}.Build.cs
- Add
PrivateDependencyModuleNames.AddRange(new string[] { "NuitrackModule" });
- “Platforms”->“Windows (for example)”->“Package Project”
There is one problem with the build now. The compiler complains about Try\Catch in the file NuitrackUtils.cpp in Update(). You can either delete this block yourself and then recompile it, or wait for the next plugin update.