5.1 to 5.2 Upgrade linker problem

I’ve just tried to upgrade my project to 5.2 from 5.1.1 and I got linker error:

error LNK2001 "public: virtual class TUniquePtr<class Audio::IProxyData,struct TDefaultDelete<class Audio::IProxyData> > __cdecl IAudioProxyDataFactory::CreateNewProxyData(struct Audio::FProxyDataInitParams const &)" (?CreateNewProxyData@IAudioProxyDataFactory@@UEAA?AV?$TUniquePtr@VIProxyData@Audio@@U?$TDefaultDelete@VIProxyData@Audio@@@@@@AEBUFProxyDataInitParams@Audio@@@Z)

I don’t think I’m using anything related to this, how to fix it?

Ofc… Adding AudioExtensions module was the solution. Never mind

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.