Module(Water) should not reference Landmass(plugin) error

Hello there. I’m building UE4 plugin Landmass from source because my engine is not compatible with precompiled version. I built Water plugin before. I renamed Landmass plugin to LandmassPrecompiled following one answer on similar problem in forums. It did not solve problem and the same log appears again and again:

Python SDK not found
ERROR: Module ‘Water’ (Engine Plugins) should not reference module ‘Landmass’ (Plugin). Hierarchy is Plugin → Project → Engine Programs → Engine Plugins → Engine.
Took 12,6887334s to run UnrealBuildTool.exe, ExitCode=6
UnrealBuildTool failed. See log for more details. (C:\Users\User\Desktop\UnrealEngine-release\Engine\Programs\AutomationTool\Saved\Logs\UBT-UE4Editor-Win64-Development.txt)
AutomationTool exiting with ExitCode=6 (6)
BUILD FAILED

2 Likes