while trying to update a plugin “mobile native code” i encounter this error plz help im new and dont know mch about plugins or the unreals cpp
@Everynone
your help would be appreciated
this is the error log
HostProject\Plugins\MobileNativeCode\Source\MobileNativeCode\MobileNativeCode.Build.cs(4,7): error CS0246: The type or namespace name ‘Tools’ could not be found (are you missing a using directive or an assembly reference?)
BuildException: Expecting to find a type to be declared in a module rules named ‘MobileNativeCode’ in . This type must derive from the ‘ModuleRules’ type defined by Unreal Build Tool.
turns out the Tools header in build.cs of plugin wasnt needed at least the errors arent there anymore and the packaging is done smoothly
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.