Can't build c++ project from Visual Studio, but can compile in Editor

Hey all,

I just transferred my project from one folder to another and now I can’t seem to compile in VS. All I get is this output, and no changes.

110943-build.png

However, I can compile in the editor, no problem. It’s not a huge issue, just very strange…

Hello nukeydukey69,

Did you right-click your .uproject file and regenerate your project files after moving the project to another location? This may be able to resolve this. Also, try compiling the editor in Development Editor instead of DebugGame Editor. Unless you’re running the editor in debug through Visual Studio, you won’t see any changes in the editor when compiling for DebugGame Editor.