I’m trying the following tutorial for creating a new class, using 4.10.2 and VS 2015 Express, and I can build it in VS without any errors but if I try to compile it from the UE Editor, it fails with the following error:
ERROR: Couldn’t find target rules file for target ‘myproject’ in rules assembly ‘UE4ModuleRules, Version=0.0.0.0,Culture=neutral,PublicKeyToken=null’.
Here’s the tutorial I’m following:
Couldn’t find much on the google…