OneLoneCoder / CommandLineFPS

A First Person Shooter at the command line? Yup...
599 stars 173 forks source link

Opened the std namespace after windows.h #14

Closed cryoelite closed 2 months ago

cryoelite commented 3 years ago

I ran into an issue in the latest Visual Studio (16.8.4) where rpcndr.h was giving error C2872: 'byte': ambiguous symbol. The fix was relatively simple as all that was needed was to open the std namepsace after windows.h.

As given here : https://developercommunity.visualstudio.com/content/problem/93889/error-c2872-byte-ambiguous-symbol.html