A fix I have found is to do a find . -name *.import | xargs -I {} rm {} in your project dir and let Godot reimport all the assets fresh. This fixed the issue for me.
find . -name *.import | xargs -I {} rm {}