Hey Everyone,
So I got UE4 installed in the default location on my home computer - C:/program files/blahblah - but at work I’ve got it installed on D:/Unreal Engine/blahblah because of the ridiculous level of security restrictions on my computer there.
When I try to work on my C++ based UE4 project at work it won’t build because Visual Studio is trying to find UE4 on C: not D:
Any tips on how to improve the project properties here so that it’ll run happily on both computers?