Ofx facetracker linker error

Hello,

I try to compile one of the ofxFaceTracker Example , Projekt updated with the Projektgenerator in VS2015.
I never saw such an error output. where can I start to fix this.

regards

Error LNK2019 unresolved external symbol “float cdecl ofxCv::trackingDistance(class cv::Rect const &,class cv::Rect const &)” (?trackingDistance@ofxCv@@YAMABV?$Rect_@H@cv@@0@Z) referenced in function “public: virtual class std::vector<unsigned int,class std::allocator > const & thiscall ofxCv::Tracker<class cv::Rect >::track(class std::vector<class cv::Rect,class std::allocator<class cv::Rect_ > > const &)” (?track@?$Tracker@V?$Rect_@H@cv@@@ofxCv@@UAEABV?$vector@IV?$allocator@I@std@@@std@@ABV?$vector@V?$Rect_@H@cv@@V?$allocator@V?$Rect_@H@cv@@@std@@@4@@Z) example-cutout E:\of_v0.9.0_vs_release\addons\ofxFaceTracker\example-cutout\ContourFinder.obj 1

Error LNK2001 unresolved external symbol “float cdecl ofxCv::trackingDistance(class cv::Rect const &,class cv::Rect const &)” (?trackingDistance@ofxCv@@YAMABV?$Rect_@H@cv@@0@Z) example-cutout E:\of_v0.9.0_vs_release\addons\ofxFaceTracker\example-cutout\ObjectFinder.obj 1

You need to include include’s lib opencv in the solution.

I get the same error on Visual Studio 2015 using OF 0.9.3. I included the openCV addon in the project generator.

I also tried the solution in suggested in this post without any success:
https://forum.openframeworks.cc/t/ofxfacetracker-error-on-windows/21938

Anybody got this addon to work on Windows recently?