Quote:
	
	
		| 
					Originally Posted by gottasummer
					
				 Same error! Help | 
	
 There's a few posts that describe how to fix this already, but here we go:
Find the class declaration where the errors are (common/Item.h around line 280)
Find the word 
Move that word down to just after the last method that the compiler complains about.
Note that it's worthwhile learning a bit about C++ - there are heaps of good books and web references that can teach you about C++ scoping and hiding.