Mesh component on children of Blueprint character classes sometimes loses all set properties

We had exactly the same issue in UE4.10, but I think we have found the reason. Apparently the mesh in the mesh component is reset in the child actor if it has set exactly the same mesh as in the parent. As soon as you set another mesh than in the parent, this setting is remembered even after editor restart.

Does this solve your issue?