Unreal SharedSpaces compile error

When trying to compile the Unreal SharedSpaces (GitHub - oculus-samples/Unreal-SharedSpaces: Oculus multiplayer showcase demonstrating basic multiplayer functionality in Unreal, including Oculus Platform Social APIs, Photon as the transport layer and UE replication. The Oculus SDK and other supporting material is subject to the Oculus proprietary license.) original file, which I followed the build instruction step by step, it always shows compile error at dli.pfnCur.
It seems that OVRPlatform.dll cannot be loaded. I tried to force the .dll file to load, but it is not working.
I would appreciate it if anyone would like to offer a solution.