identical class name in two plugins

if two plugins have classes, structs and enums with identical name, how can I avoid conflict without changing name?

I had the same problem. Fixed it by renaming the conflicting name in one of the plugins.