Unexpected Failure while importing Wave files with de MGPipelineTool

I’ve run into to the same problem, but I don’t know how I can execute the command.
Do I have to type it in the windows command line or somewhere else?
Here is the error im getting:

  C:/Users/me/Documents/Projects/MyGame/MyGame/Content/Click.wav
        C:/Users/me/Documents/Projects/MyGame/MyGame/Content/Click.wav : error : Importer 'WavImporter' had unexpected failure!
        Microsoft.Xna.Framework.Content.Pipeline.InvalidContentException: Failed to open file Click. Ensure the file is a valid audio file and is not DRM protected. ---> System.InvalidOperationException: ffprobe exited with non-zero exit code.
           at Microsoft.Xna.Framework.Content.Pipeline.Audio.DefaultAudioProfile.ProbeFormat(String sourceFile, AudioFileType& audioFileType, AudioFormat& audioFormat, TimeSpan& duration, Int32& loopStart, Int32& loopLength)
           at Microsoft.Xna.Framework.Content.Pipeline.Audio.AudioContent..ctor(String audioFileName, AudioFileType audioFileType)
           --- End of inner exception stack trace ---
           at Microsoft.Xna.Framework.Content.Pipeline.Audio.AudioContent..ctor(String audioFileName, AudioFileType audioFileType)
           at Microsoft.Xna.Framework.Content.Pipeline.WavImporter.Import(String filename, ContentImporterContext context)
           at Microsoft.Xna.Framework.Content.Pipeline.ContentImporter`1.Microsoft.Xna.Framework.Content.Pipeline.IContentImporter.Import(String filename, ContentImporterContext context)
           at MonoGame.Framework.Content.Pipeline.Builder.PipelineManager.ProcessContent(PipelineBuildEvent pipelineEvent)
    [...]
    C:/Users/me/Documents/Projects/MyGame/MyGame/Content/Click.wav : error : Importer 'WavImporter' had unexpected failure!
    C:\Program Files (x86)\MSBuild\MonoGame\v3.0\MonoGame.Content.Builder.targets(90,5): error MSB3073: The command ""C:\Program Files (x86)\MSBuild\MonoGame\v3.0\Tools\MGCB.exe" /@:"C:\Users\me\Documents\Projects\MyGame\MyGame\Content\Content.mgcb" /platform:Windows /outputDir:"C:\Users\me\Documents\Projects\MyGame\MyGame\Content\bin\Windows" /intermediateDir:"C:\Users\me\Documents\Projects\MyGame\MyGame\Content\obj\Windows" /quiet" exited with code 7.