I tried to create empty class to generate mazes. It was sucefulty created. But without “game” class(actor, gamemode etc) hot reload doesn’t work. In Visual Studio 2017 I got an error “Missing some .dll”. When I tried to create a Actor class, it gave me an error like this:
CompilerResultsLog: ERROR: 'D:/Home/Volodya/Projects/Games/UE4/TestingSomething/TestingSomething/Intermediate/Build/Win64/UE4Editor/Inc/TestingSomething/TWall.generated.h': Changes to generated code are not allowed - conflicts written to 'D:/Home/Volodya/Projects/Games/UE4/TestingSomething/TestingSomething/Intermediate/Build/Win64/UE4Editor/Inc/TestingSometh
ing/TWall.generated.h.conflict'
CompilerResultsLog: Error: UnrealHeaderTool failed for target 'TestingSomethingEditor' (platform: Win64, module info: D:\Home\Volodya\Projects\Games\UE4\TestingSomething\TestingSomething\Intermediate\Build\Win64\TestingSomethingEditor\Development\TestingSomethingEditor.uhtmanifest, exit code: OtherCompilationError (5)).
Please help me!1!