Hi, community.
I tried to compile project using this addod https://github.com/elliotwoods/ofxKinectForWindows2. I followed steps as described here http://rbarraza.com/setting-up-kinect-2-for-openframeworks/ and tried both methods with building the ready example and generating my own project using Project Generator. In both cases I get a lot of such errors:
error C3668: 'ofxKinectForWindows2::Source::BaseImage<PixelType,ReaderType,FrameType>::isUsingTexture' : method with override specifier 'override' did not override any base class methods
If I remove the overriding - I get another errors. What should I do to make this addon working?
I use VS Extended 2012.