I cannot do anything in my Unity Project, namespaces are not getting resolved in my package manager.
Full Log:
Library\PackageCache\com.unity.ide.visualstudio@1.0.11\Editor\Discovery.cs(5,13): error CS0234: The type or namespace name 'CodeEditor' does not exist in the namespace 'Unity' (are you missing an assembly reference?)
Library\PackageCache\com.unity.ide.visualstudio@1.0.11\Editor\VSEditor.cs(11,13): error CS0234: The type or namespace name 'CodeEditor' does not exist in the namespace 'Unity' (are you missing an assembly reference?)
Library\PackageCache\com.unity.ide.visualstudio@1.0.11\Editor\Discovery.cs(35,16): error CS0246: The type or namespace name 'CodeEditor' could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.unity.ide.visualstudio@1.0.11\Editor\Discovery.cs(14,9): error CS0246: The type or namespace name 'CodeEditor' could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.unity.ide.visualstudio@1.0.11\Editor\VSEditor.cs(30,29): error CS0246: The type or namespace name 'IExternalCodeEditor' could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.unity.ide.visualstudio@1.0.11\Editor\Discovery.cs(62,66): error CS0246: The type or namespace name 'CodeEditor' could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.unity.ide.visualstudio@1.0.11\Editor\ProjectGeneration.cs(285,21): error CS0246: The type or namespace name 'ResponseFileData' could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.unity.ide.visualstudio@1.0.11\Editor\VSEditor.cs(79,16): error CS0246: The type or namespace name 'CodeEditor' could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.unity.ide.visualstudio@1.0.11\Editor\VSEditor.cs(89,70): error CS0246: The type or namespace name 'CodeEditor' could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.unity.ide.visualstudio@1.0.11\Editor\ProjectGeneration.cs(371,25): error CS0246: The type or namespace name 'ResponseFileData' could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.unity.ide.visualstudio@1.0.11\Editor\ProjectGeneration.cs(496,25): error CS0246: The type or namespace name 'ResponseFileData' could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.unity.ide.visualstudio@1.0.11\Editor\VSEditor.cs(65,9): error CS0246: The type or namespace name 'CodeEditor' could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.unity.ide.visualstudio@1.0.11\Editor\ProjectGeneration.cs(604,25): error CS0246: The type or namespace name
Screen dump:
What I've tried:
I have deleted the cache for the package manager, reset the packages to defaults and reinstalled each, and re-imported assets. Nothing has resolved this issue. I suspect its because some SDK I use is outdated, but everything as far as I'm aware is up-to-date. Is this a Unity Bug?