'How to add OpenFace library to UE4?

In my unreal project I need to add OpenFace library https://github.com/TadasBaltrusaitis/OpenFace I was able to compile it and get the .lib files linked in UE, but I cannot link dlib properly. When compiling, dlib throws a lot of errors. unreal engine logMy UE4 project is on GitHub https://github.com/pklms/CarSimulatorOpenFace

I have tried compiling different dlib libraries but without success.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source