How to properly link a 3rd party library.

Hello Guys, I am currently trying to link the azure-storage SDK to a plugin module. The problem I think I am getting is that the SDK might override the new operator. so when it comes to deleting an object it tries to do it using UE4 GC and it can’t find what to delete.

I have had no success linking the static-libs but get the GC error when linking dynamic libs.