can't launch any new C++ projects!

This is the errors I get.

An error occurred while trying to generate project files.

Running C:/Program Files/Epic Games/UE_4.19/Engine/Binaries/DotNET/UnrealBuildTool.exe -projectfiles -project=“C:/Users/itali/OneDrive/Documents/Unreal Projects/youtube/youtube.uproject” -game -rocket -progress
Discovering modules, targets and source code for project…
While compiling C:\Program Files\Epic Games\UE_4.19\Engine\Intermediate\Build\BuildRules\UE4Rules.dll:
ERROR: c:\Program Files\Epic Games\UE_4.19\Engine\Plugins\MySQLConnectorUE4Plugin-master\Source\MySQLConnectorUE4Plugin\MySQLConnectorUE4Plugin.Build.cs(6,12) : error CS1729: ‘UnrealBuildTool.ModuleRules’ does not contain a constructor that takes 0 arguments
ERROR: c:\Program Files\Epic Games\UE_4.19\Engine\Plugins\MySQLConnectorUE4Plugin-master\Source\MySQLConnectorUE4Plugin\MySQLConnectorUE4Plugin.Build.cs(11,9) : error CS0103: The name ‘UEBuildConfiguration’ does not exist in the current context
ERROR: c:\Program Files\Epic Games\UE_4.19\Engine\Plugins\MySQLConnectorUE4Plugin-master\Source\MySQLConnectorUE4Plugin\MySQLConnectorUE4Plugin.Build.cs(14,3) : error CS0246: The type or namespace name ‘FileReference’ could not be found (are you missing a using directive or an assembly reference?)
ERROR: c:\Program Files\Epic Games\UE_4.19\Engine\Plugins\MySQLConnectorUE4Plugin-master\Source\MySQLConnectorUE4Plugin\MySQLConnectorUE4Plugin.Build.cs(15,3) : error CS1502: The best overloaded method match for ‘UnrealBuildTool.UProjectInfo.TryGetProjectForTarget(string, out Tools.DotNETCommon.FileReference)’ has some invalid arguments
ERROR: c:\Program Files\Epic Games\UE_4.19\Engine\Plugins\MySQLConnectorUE4Plugin-master\Source\MySQLConnectorUE4Plugin\MySQLConnectorUE4Plugin.Build.cs(15,53) : error CS1503: Argument 2: cannot convert from ‘out FileReference’ to ‘out Tools.DotNETCommon.FileReference’
ERROR: c:\Program Files\Epic Games\UE_4.19\Engine\Plugins\MySQLConnectorUE4Plugin-master\Source\MySQLConnectorUE4Plugin\MySQLConnectorUE4Plugin.Build.cs(18,3) : error CS0246: The type or namespace name ‘FileReference’ could not be found (are you missing a using directive or an assembly reference?)
ERROR: UnrealBuildTool Exception: Unable to compile source files.

Your version of MySQLConnectorUE4Plugin is out of date for that engine. You’ll need to update the plugin, or fix the errors yourself.