Error: expected unqualified-id when compiling

when i try to compile my code FPPCharacter.cpp - Pastebin.com cpp code
and FPPCharacter.h - Pastebin.com header file
i get the error expected unqualified-id on line 25:15
google tuned up blank as usual. does anyone know how to fix this? still very new to c++

It should be AFPPCharacter::AFPPCharacter() on cpp line 25

and add public: AFPPCharacter () to your h file