Instanced view RHI resource initialization error when migrating third-person level to VR project

Hi everyone,

I’m currently experiencing an error when trying to migrate a third-person level to a VR project in Unreal Engine 5. Specifically, I’m seeing an error related to the initialization of RHI resources for an instanced view, with the following message:

Assertion failed: InstancedView->CachedViewUniformShaderParameters.IsValid() [File:D:\build++UE5\Sync\Engine\Source\Runtime\Renderer\Private\SceneRendering.cpp] [Line: 2018] Instanced view should have had its RHI resources initialized first. Check InitViews order.

UnrealEditor_Renderer
UnrealEditor_Renderer
UnrealEditor_Renderer
UnrealEditor_Renderer
UnrealEditor_Renderer
UnrealEditor_Renderer
UnrealEditor_Renderer
UnrealEditor_Renderer
UnrealEditor_Core
UnrealEditor_Core
UnrealEditor_Core
UnrealEditor_RenderCore
UnrealEditor_RenderCore
UnrealEditor_Core
UnrealEditor_Core
kernel32
ntdll

This error occurs when I hit the play button in VR mode. Does anyone have any suggestions for how to resolve this issue?

I have exactly the same issue when I migrate a scene to a VR project. Any solutions?