Map Check Error: Static Mesh Actor has NULL StaticMesh property

I have a Pawn with Static Mesh and Camera Component properties and get this error. I think I have a StaticMesh property, it should be Cube, isn’t it?

Also, in the game I don’t see a cube

P.S: I’m a beginner and have done some googling, read the documentation, but didn’t understand much, so please don’t rage on me.

the problem was that the pawn i saw without cube was c++ one, while cube was in blueprint version. I posted it while ago and want to delete but can’t, so…

I have a Pawn with Static Mesh and Camera Component properties and get this error. I think I have a StaticMesh property, it should be Cube, isn’t it?

Also, in the game I don’t see a cube

P.S: I’m a beginner and have done some googling, read the documentation, but didn’t understand much, so please don’t rage on me.