Another day trying to use HDRP

Here is another errors I got trying to use HDRP.

Unity 2018.3.11
HDRP 4.10
Post processing 2.1.5

Does anyone knows how to fix that? My scene view and camera is fully black now.

It’s not recommended to import a different version of the Post Processing package then the one that “ships” with HDRP.
Looking at the HDRP 4.10.0 package.json ( https://github.com/Unity-Technologies/ScriptableRenderPipeline/blob/32547390c2b402d1539b8573919a40c3b749caad/com.unity.render-pipelines.high-definition/package.json )
PP should be 2.1.2.
Simple remove PP in package manager, and the dependency should be handled properly.

Also, it’s might worth it to try reimporting the HDRP package (right-click and reimport in the project window).