Unreal Engine 4 Does Not Compile My Bulls & Cow C++ Game: HELP!

Look at this:


Look at my log:




How do I make Unreal Engine 4 compile my Bull Cow project?
There’s nothing wrong with my code.

I suggest you uninstall IncrediBuild.

1 Like

How do I uninstall IncrediBuild?
Do I install it back after I uninstalled it?

Presumably you installed it from the Visual Studio Installer so open that and look for it and then uninstall it.

No.

1 Like

Why not?

I have a question.
The files that are in the bull cow game are vs code files.
What does some VS stuff have to do with the compiling problem?

Because you don’t need it and can cause problems.

VS Code is not a compiler, it is just a text editor. Unreal will be using the Visual C++ Compiler from Visual Studio to do the actual compilation of your code; regardless of what text editor you are using to write the code.

1 Like

It works, I can now compile my bull cow project and run it!

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms