UE4 Cook Error

For some reason my project is not cooking, I have tried multiple times but still with no change. I have attached a notepad with the error output.link text

didn’t read your output error.
but i had this issue once as well, apperantly cooking fails if you have “force no precomputed lighting” checked in the world settings, while having static lighting in your scene.

checking that off fixed it for me.

It is not ticked, I never ticked it

I managed to fix my issue turns out that my problem was with some asset maps that could not be found. I was not using them so I just deleted them and the build worked but when I launch the game my VR heads tracing is not working so my camera view in no the floor anyone know why ?

check Start in VR in your project settings, and make sure your VR pawn is player “0”, also make it spawn by ignoring collision in the details panel.

Thank you that solved my issue