Before I have linked third party libraries with UE4 and it worked, but now I tried again in a new project and I got the error below:
Error CS0619 ‘UnrealBuildTool.RulesCompiler.GetModuleFilename(string)’ is obsolete: 'GetModuleFilename is deprecated, use the ModuleDirectory property on any ModuleRules instead to get a path to your module.
Is there an updated guide? I tried googling for it, but it only listed the one I already was using.
Anything else that has changed?