My project was working fine building into debug game editor and development game editor. I decided to try “clean” build and building into “development” now I get this error on this project no matter what I do. Rebuild solution/debug game editor/development game editor/start new instance/ generate vs files from the uproject. I’m able to load up my other c++ projects and runs perfect. Any help would be appreciated!
Solved(?) it!, I’m using git as my source control so I reverted **back **to a couple commits ago and compiled, No Errors!, then I just pulled to my **current **and it **compiled **just fine.
Weird Details(before the fix): When I pulled from my repository into a new local one, then generated VS files, I got the same error but when i pulled from the same repository on a different computer everything worked. This was extremely confusing because other projects compile without a problem and the only files on the repository are /content /source .uproject /config. Configuration and project settings are/were the same the whole time through(pulled up other c++ projects that have been working). I “repaired” my VS 2013, removed every other VS ( I’ve had a couple over the years) and uninstalled and fresh installed VS 2013, no change still same error.
Hello, we have a similar problem, which appeared when we add in our project files with the same names as in UE (like PlayerController.h, GameMode.h) that contains our classes TPlayerController, TGameMode. Everything worked until we run “clean” command. Renaming files to TPlayerController.h and TGameMode.h solved this problem.
I think this solution can help somebody =)