Using Code Wizards with Device Projects

Device projects can use many of the same code wizards that C++ desktop projects use. Some are not supported, and some are supported, but have unsupported options. For more information about the unsupported options of specific code wizards, see Wizard Options in Native Device Projects.

Supported Code Wizards

Visual C++ device projects support the following wizards:

Accessing Visual C++ Smart Device Code Wizards

The Visual C++ Smart Device Code Wizards are available in the Add Class Dialog Box dialog box. You can access the Add Class dialog box by following these steps:

  • On the Project menu, click Add Class.

  • In Solution Explorer, right-click any folder, click Add, and then click Class.

  • In the Class View window, right-click the appropriate node, click Add, and then click Class.

To see the wizards that are available for smart device projects, expand the directory structure in the Categories pane of the Add Class dialog box, and click Smart Device. The available templates appear in the Templates pane.

See Also

Other Resources

C++ Class Wizards for Device Projects