VR Expansion Plugin

Hello, I’ve Download the updated Template for 4.25, and the latest plugin, I cant get it to launch keeps asking to rebuild from source tried rebuilding in VS and get the following output:

1>I:\UE_4.25\Engine\Source\Runtime\Core\Public\Delegates/DelegateInstancesImpl.h(397): error C2338: You cannot use raw method delegates with UObjects.
1> I:\UE_4.25\Engine\Source\Runtime\Core\Public\Delegates/DelegateInstancesImpl.h(521): note: see reference to class template instantiation ‘TBaseRawMethodDelegateInstance<bConst,UserClass,WrappedRetValType(ParamTypes…),VarTypes…>’ being compiled
1> [4/34] SharedPCH.Engine.ShadowErrors.cpp
1>I:\UE_4.25\Engine\Source\Runtime\Core\Public\Delegates/DelegateInstancesImpl.h(397): error C2338: You cannot use raw method delegates with UObjects.
1> I:\UE_4.25\Engine\Source\Runtime\Core\Public\Delegates/DelegateInstancesImpl.h(521): note: see reference to class template instantiation ‘TBaseRawMethodDelegateInstance<bConst,UserClass,WrappedRetValType(ParamTypes…),VarTypes…>’ being compiled
1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.MakeFile.Targets(44,5): error MSB3073: The command “I:\UE_4.25\Engine\Build\BatchFiles\Build.bat VRExpPluginExampleEditor Win64 Development -Project=“C:\Users%username%\Documents\Unreal Projects\vrexppluginexample\VRExpPluginExample.uproject” -WaitMutex -FromMsBuild” exited with code 6.
1>Done building project “VRExpPluginExample.vcxproj” – FAILED.

Thank you!