Help needed: Can not link GetSceneTextureParameters function for RTX shader plugin

I’ve been trying to use RTX to get world position of each pixel in the rendered image, the code is based on a plugin sample from FluffyBunnyO.
I’ve encountered some accuracy issues because in the plugin sample the shader does not use the depth texture in order to calculate the ray origin and there for the ray origin is not accurate.
I’ve tried to pass on to the shader SceneDepthTexture by copying code from unreal engine but I’ve got a linkage error for function GetSceneTextureParameters.
I’ve checked the signatures of the function in Renderer.dll and I could not find any reason for this error.

Plugin code is here: Plugin Code
FluffyBunnyO tutorial is here: How to Create a Custom Ray Tracing Shader as a Plugin

Thanks.
Tamir.

Link Error :

1>Module.CustomShaders.cpp.obj : error LNK2019: unresolved external symbol "class FSceneTextureParameters __cdecl **GetSceneTextureParameters**(class 
FRDGBuilder &,class FViewInfo const &)" (?GetSceneTextureParameters@@YA?AVFSceneTextureParameters@@AEAVFRDGBuilder@@AEBVFViewInfo@@@Z) referenced in 
function "private: void __cdecl FRayGenTest::Execute_RenderThread(class FPostOpaqueRenderParameters &)" 
(?Execute_RenderThread@FRayGenTest@@AEAAXAEAVFPostOpaqueRenderParameters@@@Z)