I can't use the unity6 Universal Renderer

When i start a new project i get this error Library\PackageCache\com.unity.render-pipelines.universal\Editor\AssetPostProcessors\MaterialPostprocessor.cs(120,31): error CS0246: The type or namespace name ‘UniversalRenderPipelineGlobalSettingsPostprocessor’ could not be found (are you missing a using directive or an assembly reference?)

It’s a blank project in the LTS version of Unity 6, I’ve tried uninstalling the Universal Renderer and the error goes away… I just don’t have this file it’s looking for… i’m not sure why I dont have what its looking for… this is a brand new project.

Ran into the same problem. You can fix it by manually adding the meta file for this script which you can download online but this isnt a permanent fix since you have to do this for every project. Did you find another solution?