Global namespace error

I'm getting this error in the file math.h:

Error:

1> c: \ Program Files \ ogresdk \ nxogre \ dependencies \ bml \ math.h (63): error C2039: 'fabsf': is not a member of ' `global namespace''
1> c: \ Program Files \ ogresdk \ nxogre \ dependencies \ bml \ math.h (135): error C2039: 'sqrtf': is not a member of ' `global namespace''

How to fix it?
It seems that has to do with the file operations.
Is solved.

I had to clean the project to adjust first.

The problem is a kind of conflict about definition. You have to check your files and includes very well and organized.

Topic archived. No new replies allowed.