nama-gatsuo / AzureKinectForUE

Exposes Azure Kinect Support for integration into Unreal Engine Applications.
91 stars 17 forks source link

Cannot build plugin "An explicit Category specifier is required for any property exposed to the editor or Blueprints in an Engine module." #14

Open FuatW opened 8 months ago

FuatW commented 8 months ago

Everytime I'm trying to build the plugin, I get this error:

C:\Users\Fuat\Downloads\AzureKinectForUE-master\ok\HostProject\Plugins\AzureKinect\Source\AzureKinect\Public\AzureKinectDevice.h(19): Error: An explicit Category specifier is required for any property exposed to the editor or Blueprints in an Engine module. C:\Users\Fuat\Downloads\AzureKinectForUE-master\ok\HostProject\Plugins\AzureKinect\Source\AzureKinect\Public\AzureKinectDevice.h(22): Error: An explicit Category specifier is required for any property exposed to the editor or Blueprints in an Engine module.

The Systemvariables are set-up correctly and point to the correct SDK's.

Does anybody know a solution?