How do I remove a C++ class from my project code?

Did you remember to delete every reference of the desired and created class before deleting?, The recration of the class is because of recalling from different modules, and fails, creating a new one. I haven’t tried to delete a class so this is just a guess. Good luck :slight_smile: