How do I fix a "Missing precompiled manifest for 'TextureFormat'" packaging error?

Fixed it by going through and removing unnecessary dependency module names from the plugin module’s Build.cs file. I did this by removing and then building/running to see if it all works fine, rinse and repeat for any module that may not be required.

2 Likes