Assumptions aren't going to help you.
I get the feeling you are trying to jump right into the meat of development without understanding the basics.
Do you have an MuiTest.h file where you have declared the methods that it is complaining about?
Or have you setup your declarations at the top of your .cpp files instead?
such as:
void DoMethod();