In your forum post it looks like the game name is only made up of numbers. As far as I know this is not a valid name for classes in c# (and c++?). If you rename it to (for example) “N2222” it should work.
Edit: You could also add the ‘@’. This should prevent the error and still handle it as 2222 internally