Build failed: mgcb is not in the search path!

I am using the MGCB editor to try and build my content, and receiving the error ‘Build failed: mgcb is not in the search path!’

I am using NuGet packages:

MonoGame.Content.Builder.Task v3.8.1.303
MonoGame.Framework.Android v3.8.1.303

I am accessing the editor from inside my project using the command line mgcb -editor


Nevermind, I already discovered the issue. When I clicked on ‘about’ in the MGCB editor it said that it was using version 3.8.1.1992, I uninstalled and reinstalled the tool using the cmd to match the latest version and it’s started building again.