Hmmm. In C++, that message usually means you forgot a closing brace. For example

{
DoSomething()
{
DoAnotherThing()
}

Hope that helps