Jump to content

aiaf's Blog

  • entries
    11
  • comments
    4
  • views
    6,775

Visual Studio 2017 'byte': ambiguous symbol


aiaf

7,698 views

 Share

I upgraded to Leadwerks 4.5 beta.

And lots of the errors seen below:

error C2872: 'byte': ambiguous symbol

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

 

This worked for me and solved the issue:

In Project Properties -> Language -> C/C++ set The C++ Language Standard to  ISO C++14 Standard (/std:c++14)

  • Like 1
 Share

1 Comment


Recommended Comments

Guest
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...