Error in Atomic.h file and undefined EU_LOG

I have been trying to add EU_LOG macro to my code, but it keeps showing errors: EU_LOG and Warning are undefined and also missing ‘)’ in Atomic.h file. I’ve tried to rebuild project, but it still doesn’t work. I also tried editing Atomic.h file, but it is read only. Does anyone know solution to this?

Atomic.h problem is just a parsing error on Visual Studio’s side you can change “Entire Soluttion” (next to “3 errors” in your screenshot) to “Current Project” to show only your errors.

The problem you have though is that it’s UE_LOG not EU

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms