marynate / FluidSurface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

4.19.2 engine startup error : Failed to compile DefaultDeferredDecalMaterial

KnIfER opened this issue · comments

<ErrorMessage>Fatal error: [File:D:\Build\++UE4+Release-4.19+Compile\Sync\Engine\Source\Runtime\Engine\Private\ShaderCompiler\ShaderCompiler.cpp] [Line: 1944] Failed to compile default material /Engine/EngineMaterials/DefaultDeferredDecalMaterial.DefaultDeferredDecalMaterial!</ErrorMessage>

caused by FluidSurfaceVertexFactory.ush?

oh there're logs
Can't open include file "VertexFactoryCommon.ush"
Then replace #include "VertexFactoryCommon.ush" with #include "/Engine/Private/VertexFactoryCommon.ush" ( I am placing the shaders in the plugins/../shaders/ folder)