[Plugin] ZipUtility (7zip)

Hi getnamo! I really like your Plugin and have been using it c++ side. I’m now trying to package my game and am getting this error



UE4-ZipUtility.lib(Module.ZipUtility.cpp.obj) : error LNK2001: unresolved external symbol "class ATL::CAtlBaseModule ATL::_AtlBaseModule" (?_AtlBaseModule@ATL@@3VCAtlBaseModule@1@A)
7zpp_u.lib(stdafx.obj) : error LNK2001: unresolved external symbol "class ATL::CAtlBaseModule ATL::_AtlBaseModule" (?_AtlBaseModule@ATL@@3VCAtlBaseModule@1@A)


Any clues as to what is going on? I’ve tried all changing all kinds of plugin/Engine settings but can’t get it to work. I see that CAtlBaseModule is a Windows thing, but not sure what to do with that information.

Thanks!