Hi i have the Problem with VisualStudio2013 i dont can Compile the Code for the TwinStick Shooter Tutorial. I have Two errors and 5 Warnings how can i fix the Problem can somebody explain it in detail what i must do ?? I use the Unreal Engine 4.9.2 Version i am working the first time with c++ thanks a lot i know i am not the first with this problem
The OtherCompilationError(5) is usually accompanied by other information regarding the error. If you post the full Output tab from VS it should provide a clue to the problem just above where it reports the OtherCompilationError.
The line just above OtherCompilationError(5) shows that on line 17 of BaseCharakter.h, the compiler doesnât know what âCaterogyâ is. I believe this is a typo meant to be Category and making this change should allow the project to compile.