search for Temporary
in your code and replace the references with proper module imports…
You are doing using { /UnrealEngine.com }
and using { /Verse.org }
, you should qualify one of them (or both) to not have this issue.
It is conflicting because both these modules have a /Temporary
submodule. By qualifying one or both you can fix that problem in your code and avoid the error.