|
Perhaps one of the include files is including another file. Looks like it. You also have another source file, First.cpp, which may have other includes in it. Information is key, both for debugging and for seeking help. Be sure and think about what you want to know and what you need to express to get there. The meaning of error messages is expanded on slightly in the help files. One should begin there. You will find that messages similar to yours are often caused by a variable (or type) not being defined. Check for matching braces, also.
One presumes that you hadn't gotten around to reading the rules. Those, the FAQ (which is the same thing, here), and posting guidelines are the first place you should turn when you begin with a forum. It gives you a sense of the community's preferences and style.
|