hugoattal / DarkerNodes

Modern theme for the Unreal editor
50 stars 2 forks source link

[BUG] Compiling error #171

Open DropsMJay opened 1 year ago

DropsMJay commented 1 year ago

Hello, when i tried to compile a project with Darker/Electronic Nodes, I receive the following error:

"X:\Users\XXXXXX\Documents\Unreal Projects\Sandbox\Sandbox.uproject does not look like uproject file but no targets have been found!"

According to these posts: https://forums.unrealengine.com/t/uproject-does-not-look-like-uproject-file-but-no-targets-have-been-found/500274 https://www.reddit.com/r/unrealengine/comments/s4v42h/what_does_filenameuproject_does_not_look_like/

I need Visual Studio installed to compile. Can I compile without the VS?

How to reproduce: Create a project Enable plugins Try to compile

Unreal ver: 4.27

Thank you

hugoattal commented 1 year ago

Hum, since Darker Nodes and Electronic Nodes are C++ plugins, you might need VS with C++ compiling ability to compile your project...

If you don't want to install it, I suggest disabling EN/DN when compiling. This can be done by having a second .uproject file with plugins disabled and compiling your project in command line using the RunUAT tool 🤔