Add a New Class to the Application Choose ‘Add Class…’ from the Project menu of Visual Studio or Microsoft C# Express Edition . You will be asked for a name for the new class. Type ‘Vehicle’ and click the Add button. A new class file is generated with the definition of the class already added.