these two folders from the 4.12 version to the 4.15 version however there is an external library that is not properly connecting. There is an error:
Error LNK1181 cannot open input file ‘GFSDK_SSAO_D3D11.win64.lib’ ShaderCompileWorker D:\UnrealEngine-CataclysmDemo-4.15\Engine\Intermediate\ProjectFiles\LINK
how do I set the link to the external file in VS 2015? If I right click on UE4->properties there is no linker including in the 4.12 engine that is correctly linked to the external file. Thanks
Hi, The thing it’s more than link to the missing library. What You have modified? VXGI and Cataclysm as diferents SSAO’s versions, You have to find and change to the new SSAO from Cataclysm, and some code conflicts in this, so research between VXGI branch and Cataclysm branch what it’s new, an in code also.
In ShaderCompileWorker.build_cs
Add reference for SSAO same for VXGI or others lib’s implemented.
Do a code compare with VXGI and Cataclysm to see the changes.
In ThirdParty/GamerWorks/GFSDK_SSAO/GFSDK_SSAO.Build.cs VXGI and Cataclysm different things use from Cataclysm. As Lib’s and DLL’s binarys use from Github NVIDIAGameWorks/HBAOPlus most recent version.
For HBAO+
In Windows\WindowsD3D11Device.cpp important to use new interface.
Sorry, no need for this one Change in ShaderCompilerWorker. Check and search for the GFSDK_SSAO_D3D11 in the code referenced to the GFSDK_SSAO_D3D11.win64.lib and dll check if it only compiles for win64. Like VXGI and other libs only as 64bits .dll and .lib for Win64, do a if for only win64.