Visual Studio 2017 'byte': ambiguous symbol
I upgraded to Leadwerks 4.5 beta.
And lots of the errors seen below:
error C2872: 'byte': ambiguous symbol
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)
- 
					
						
					
							
								
							
							
								1
							
					
						
					
				 
		
							
1 Comment
Recommended Comments