Open DropsMJay opened 2 years 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 🤔
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