I am trying to make a game, and as an experiment, I attached a C# script. Afterwards, I deleted the script and detached it. It comes up with these errors:
Could not execute because the application was not found or a compatible .NET SDK is not installed.
Possible reasons for this include:
* You intended to execute a .NET program:
The application 'msbuild' does not exist.
* You intended to execute a .NET SDK command:
It was not possible to find any installed .NET SDKs.
Install a .NET SDK from:
https://aka.ms/dotnet-download
I know what this means, however, I am not using any C# scripts, and do not have any attached. Is there any way to run the game/build the game without msbuild stopping it? (I don't want to install it, and just want only GDScript)