OverwriteModelError: Cannot overwrite `UsersStore` model once compiled.
So Another Reason why You might get this Error is if you use the same model in different files but your require path has a different case. For example in my situation I had:
require('./models/User') in one file and then in another file where I needed access to the User model I had require('./models/user').