Objective Grid : PART I User’s Guide : Chapter 9 DlgGrid Tutorial : Include the Derived Grid's Header
Include the Derived Grid's Header
1. Open DlgGrid.cpp.
2. Add the following line after #include "stdafx.h"
 
#include "MyGridWnd.h"
3. Save and close DlgGrid.cpp.