To add OLE standard resources
The Resource Includes dialog box appears.
#include "afxolesv.rc" // OLE server resources
This #include statement takes care of including some string resources referred to by the framework OLE classes. AppWizard adds this #include statement to your application resource file if you choose the Container, Mini-server, Full-server, or Both container and server option. If you look at Scratch\Scribble.rc, you will see that AppWizard has added this same compile-time directive.
Directive text will be written verbatim into your resource script and may render it incompatible