1. add MessageBox resources to the project path
addResourceLocation(getRootMedia() + "/Common/MessageBox");

2. load resources
MyGUI::ResourceManager::getInstance().load("MessageBoxResources.xml");

3. include the class header
#include "MessageBox/MessageBox.h"

