Assertion Failed when trying to run the game in DebugGame configuration

I have an assertion failed error when trying to run the game through VS with DebugGame configuration

Assertion failed: InResource && InResource->Target == Target

Here is the whole output log from Visual Studio 2015 http://pastebin.com/UvRxkr0g

Any ideas what is the problem?

UE version 4.10.2

OK so I found why the assertion failed. It’s because I didn’t cook the content before debugging the game