Can't link to LandscapeEditor properly

FEdModeLandscape class doesn’t have the dll export atribute. You have to add LANDSCAPE_API in the declaration and rebuild the engine.

class LANDSCAPE_API FEdModeLandscape : public FEdMode, public ILandscapeEdModeInterface

But I hope there is an other way