Core Render Pipeline error (Unity 2019)

I’ve suddenly started getting a series of errors in my project related to the Core Render Pipeline. I haven’t added/removed any plugins or assets in my project.

Errors:

Library\PackageCache\com.unity.render-pipelines.core@7.1.2\Tests\Runtime\RuntimeExampleTest.cs(2,19): error CS0234: The type or namespace name ‘TestTools’ does not exist in the namespace ‘UnityEngine’ (are you missing an assembly reference?)

Library\PackageCache\com.unity.render-pipelines.core@7.1.2\Tests\Runtime\RuntimeExampleTest.cs(3,7): error CS0246: The type or namespace name ‘NUnit’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.render-pipelines.core@7.1.2\Tests\Runtime\RuntimeExampleTest.cs(8,3): error CS0246: The type or namespace name ‘TestAttribute’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.render-pipelines.core@7.1.2\Tests\Runtime\RuntimeExampleTest.cs(8,3): error CS0246: The type or namespace name ‘Test’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.render-pipelines.core@7.1.2\Tests\Runtime\RuntimeExampleTest.cs(15,3): error CS0246: The type or namespace name ‘UnityTestAttribute’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.render-pipelines.core@7.1.2\Tests\Runtime\RuntimeExampleTest.cs(15,3): error CS0246: The type or namespace name ‘UnityTest’ could not be found (are you missing a using directive or an assembly reference?)

I’ve tried:

  • Removing the Library\PackageCache\com.unity.render-pipelines.core@7.1.2\Tests folder which threw a lot more errors (so I put it back)
  • Reimporting assets for the entire project
  • Removing and re-adding the VFX Graph through the package manager

Version info:
Unity 2019.1.4f1

What info can I provide to help troubleshoot? Thank you.

Hey there @tdosh77 , we’ll need you to file a bug report so we can investigate this further. Please follow the process detailed here: https://unity3d.com/unity/qa/bug-reporting?_ga=2.238855360.1506675044.1572805904-1364330384.1571764025

Im having the same problem