mordentral / VRExpansionPlugin

A UE4-5 VR framework
https://www.vreue4.com
MIT License
543 stars 113 forks source link

Building for Linux or other case-sensitive platforms fails #26

Closed Attila-Varga closed 2 years ago

Attila-Varga commented 2 years ago

Building for Linux or other case-sensitive platforms fails with the following error:

error : non-portable path to file '"XRMotionControllerBase.h"'; specified path differs in case from file name on disk [-Werror,-Wnonportable-include-path]

There is a typo in #include "XRMotioncontrollerBase.h" line. Strangely, it compiles fine for Windows.