VS run DebugGame doesn't find assets but Editor run Standalone does?

Hi,

When I run standalone from the editor my game works fine, I need to debug so I select DebugGame build config from the Visual Studio solution, when I run it fails to find assets (which I’m loading using FStreamableManager) what am I missing?

Also, all of the data appears to be cooked correctly,

Thanks