Hello Alexandre, for me to have it work, I had to add an entry in Wwise.uplugin for all projects that were in the "Source" folder that did not have one. I ended up adding all the following for it to work:
{
"Name": "WwiseSoundEngine_2022_1",
"Type": "Runtime",
"LoadingPhase": "None"
},
{
"Name": "AkAudioMixer",
"Type": "Runtime",
"LoadingPhase": "None"
},
{
"Name": "WwiseAudioLinkRuntime",
"Type": "Runtime",
"LoadingPhase": "None"
},
{
"Name": "WwiseAudioLinkEditor",
"Type": "Editor",
"LoadingPhase": "None"
}