Skip to content

Latest commit

 

History

History
104 lines (74 loc) · 5.37 KB

File metadata and controls

104 lines (74 loc) · 5.37 KB
title MFC Application Wizard | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
f1_keywords
vc.appwiz.mfc.exe.overview
dev_langs
C++
helpviewer_keywords
MFC Application Wizard
executable files, creating
ms.assetid 227ac090-921d-4b2f-be0a-66a5f4cab0d4
caps.latest.revision 14
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

MFC Application Wizard

The MFC Application Wizard generates an application that, when compiled, implements the basic features of a Windows executable (.exe) application. The MFC starter application includes C++ source (.cpp) files, resource (.rc) files, header (.h) files, and a project (.vcxproj) file. The code that is generated in these starter files is based on MFC.

Note

Depending on the options that you select, the wizard creates additional files in your project. For example, if you select Context-sensitive help on the Advanced Features page, the wizard creates the files that are necessary to compile the project's Help files. For more information about the files that the wizard creates, see File Types Created for Visual C++ Projects, and see the Readme.txt file in the project.

Overview

This wizard page describes the current application settings for the MFC application that you are creating. By default, the wizard creates a project as follows:

To change these default settings, click the appropriate tab title in the left column of the wizard and make the changes on the page that appears.

After you create an MFC application project, you can add objects or controls to your project using Visual C++ code wizards.

See Also

Creating an MFC Application
MFC Desktop Applications
Using the Classes to Write Applications for Windows