Can't use Visual Studio using Unity 2020.1

Hi,

I downloaded Unity 2020.1. Wasn’t anticipating it’s release or anything but now that it’s out i’d like to use the latest version but I am coming across one issue that I can’t seem to find a solution to online. When I first create a project the first time I open a C# script I get this error

"Unsupported
This version of Visual Studio is unable to open the following projects. The project types may not be installed or this version of Visual Studio may not support them.
For more information on enabling these project types or otherwise migrating your assets, please see the details in the “Migration Report” displayed after clicking OK.
- Assembly-CSharp, “C:\Users hebe\Desktop\Res\New Unity Project\Assembly-CSharp.csproj”

No changes required
These projects can be opened in Visual Studio 2015, Visual Studio 2013, Visual Studio 2012, and Visual Studio 2010 SP1 without changing them.
- New Unity Project, “MY DRIVE:\MY FILES\MY FILES\MY FILES\MY FILES\MY FILES\New Unity Project.sln”"

Does anyone know how this issue can be resolved Im using Visual Studio 2019 Community. Did they change something or am I missing something? Any help would be appreciated.

@thebeluvdtrex I just fixed a similar issue by removing the package called Visual Studio Editor in Unity it works properly now I had to fix it for a friend so maybe you should try that and see if it works, hope it does

Had the same problem after switching from VS 2017 to 2019 in Unity 2020. As @ShadowCube said, to fix it, I removed the Visual Studio Editor package. To do this, in Unity, go to Window->Package Manager. In the Upper left, choose the drop down and select In Project. Remove Visual Studio Editor (not Code Editor). Then open a script in Unity to have it open VS. Then in VS, in the upper right, it will autodetect that it’s a Unity project and suggest installing some extra packages. Click the install button and install the Unity extension. Then you can close VS and go back to the package manager and choose Unity Registry from the drop down. Search for Visual Studio Editor and add it back. Now you should be able to use VS normally with Unity.