Modify stdafx.h
Now that you have created a new project, the next step in generating a skeleton application is to
-
Open stdafx.h.
-
Add the following lines at the end of the file:
#include "Edit\SECEditAll.h"
#include <SupportedPlatforms.h>
The first of these is the core Objective Edit header file. Once this file is added, all required classes are available to you inside your application.
The second insures platform compatibility, as discussed in Include Objective Edit in Your Project.