PlayFab / PlayFabMultiplayerUnreal

PlayFab Online Subsystem Plugin for Unreal Engine
https://learn.microsoft.com/en-us/gaming/playfab/features/multiplayer/networking/party-unreal-engine-oss-overview
39 stars 35 forks source link

Additional includes required for compilation #11

Closed KieranNewland closed 2 years ago

KieranNewland commented 2 years ago

Compilation fails initially when installing the plugin due to the following missing headers. Everything works as expected once these have been added.

nassosterz-ms commented 2 years ago

This is weird, since we have tested this Plugin multiple times on different platforms, and we havent encountered such an issue. Does Generate VS Project Files succeed?

Could we get a bit more info about your setup. Specifically:

  1. Platform
  2. UE Version
KieranNewland commented 2 years ago

Very strange then! I've had this issue twice, once with the initial install and then again when updating the plugin.

I'm working on Win64 and in UE 4.27.1.

nassosterz-ms commented 2 years ago

I feel that this is a setup issue. We have built the code without the proposed additions on the #include statements.

At this point, we cannot complete this PR we have verified that main works on Win64 - UE 4.2.7.1.