Build.CS for Mesh Utilites Module

Im trying to include the mesh utilities module but im getting an this error when trying to package.

 ERROR: Missing precompiled manifest for 'RawMesh'. This module was most likely not flagged for being included in a precompiled build - set 'PrecompileForTargets = PrecompileTargetsType.Any;' in RawMesh.build.cs to override.
PackagingResults: Error: Missing precompiled manifest for 'RawMesh'. This module was most likely not flagged for being included in a precompiled build - set 'PrecompileForTargets = PrecompileTargetsType.Any;' in RawMesh.build.cs to override.

i tried using the solution in https://answers.unrealengine.com/questions/19464/what-build-cs-for-skeletalmeshtoolsh.html
but still produces same results. anybody know how to fix this?