Shader Graph Editor is not appearing due to an error

Hello everyone, I have a big problem with shader graph. Their icons look like normal shader and when I want to open it, here is the error:

8386209--1106115--upload_2022-8-24_11-35-29.png
8386209--1106118--upload_2022-8-24_11-35-49.png

When I click on the first blue link, Visual Studios opens and this line is shown:

m_CheckerboardMaterial = new Material(Shader.Find(“Hidden/Checkerboard”));

8386209--1106136--upload_2022-8-24_12-6-39.png

It seems that the Shader.Find, do not find what is it looking for so the new Material has a null parameter.

Do you have any idea of how to resolve this error ?

Are you sure it’s a Shader Graph asset and not a regular shader?

Yes I ma sure, I recreated a project with the same set up and it works fine. But I don’t know why, in this project, it doesn’t work.

Can you try to reimport the asset?