ShadowfallStudios / ALS-Community

Replicated and optimized community version of Advanced Locomotion System V4 for Unreal Engine 5.4 with additional features & bug fixes
Other
2.24k stars 587 forks source link

Cannot compile plugin With disabled PCH #442

Closed Tondorian closed 11 months ago

Tondorian commented 1 year ago

Describe the bug It is not possible to build the Plugin without PCH

To Reproduce Steps to reproduce the behavior:

  1. Go to Projectname.Target.cs
  2. add line bUserPCHFiles = false;
  3. Compile Solution
  4. See error

Expected behavior Project still compiles.

dyanikoglu commented 11 months ago

Fixed in dev branch