[4.11.1] lpGuid was nullptr

I upgraded from 4.11 to 4.11.1. When I am trying to compile my project now, I get the following error “Exception thrown: read access violation. lpGuid was nullptr.”

The Error is being thrown in VoiceModule.cpp in line 38 → “if (!InitVoiceCapture())”

 #if PLATFORM_SUPPORTS_VOICE_CAPTURE
     if (bEnabled)
     {
         if (!InitVoiceCapture())
         {
             UE_LOG(LogVoice, Warning, TEXT("Failed to initialize voice capture module"));
             ShutdownVoiceCapture();
         }
     }
 #endif
 }

I’ve read that the problem could be that the voice chat is enabled, but I did set all the voice related variables (in the .ini files) to false already.

Any help would be appreciated… I can’t start or compile my project anymore. :frowning:

Seems the issue has been fixed with the latest update