error: “Expecting to find a type to be declared in a module rules named ‘AdvancedSessions’ in UE5Rules, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null. This type must derive from the ‘ModuleRules’ type defined by Unreal Build Tool.”
I am trying to make public networking for my UE5 project, but when I am trying to package it I get an error. I tried to put the plugin in my Project directory and then folder Plugins, but then the editor crashes before the project opens :((
With a previous version of the plugin, the editor works fine for me but when packaging, the built game is stopped with a message that says; Fatal Critical.
I fixed my issue, I had a few versions of the “Online Subsytem” plugin enabled, even though you don’t need them all, so I disabled all them except the ones I really needed, and my game worked perfect, and the fatal error went away.