mordentral / AdvancedSessionsPlugin

Advanced Sessions Plugin for UE4
https://www.vreue4.com
MIT License
595 stars 140 forks source link

5.2 plugin don't compile #72

Closed AliziaKaline closed 1 year ago

AliziaKaline commented 1 year ago

Hi !

The plugin don't compile in 5.2.

"Plugins\AdvancedSteamSessions\Intermediate\Build\Win64\UnrealEditor\Inc\AdvancedSteamSessions\UHT\SteamRequestGroupOfficersCallbackProxy.gen.cpp(8): fatal error C1083: Impossible d'ouvrir le fichier include : 'Plugins/AdvancedSteamSessions/Source/AdvancedSteamSessions/Classes/SteamRequestGroupOfficersCallbackProxy.h' : No such file or directory"

Tried from source and launcher, no difference.

mordentral commented 1 year ago

That file literally exists in the repo and your error is in the engines auto generated files. If you are updating to 5.2 regenerate project files.

If that still doesn't fix it make sure you aren't over the OS's file name length limit (move the project to a folder closer to the root of your HDD).

AliziaKaline commented 1 year ago

Yes, it surely was the file name length. Pretty big file name. Didn't even think about it. Thanks !