ue4.17+Protobuf

204452-0013.png

Build:error C4125:Decimal terminated octal escape sequence

add this pragma on protobuff generated files " .pb.cc " on the top of file
#pragma warning (disable : 4125)
(
^▽^*)

add this pragma on protobuff generated files " *.pb.cc " on the top of file

#pragma warning (disable : 4125)

(^▽^)