Refactor with Move Class to move entire classes into different files.
This is useful when you have a header-source file pair (.h and .cpp) that contains multiple classes, and you want to split them into individual files.
The destination file can either already exist or be created automatically. If the file does not exist, it is created and added to the solution for you.