You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use visual studio 2019 compile the source code https://github.com/protocolbuffers/protobuf/tree/v29.3, while use met the problem (C2375) and mentioned protobuf_assumption_failed redefine!
How to use protobuf in visual studio2019?
The text was updated successfully, but these errors were encountered:
Sorry; much more information about the issue that you are hitting would be needed to triage the report.
With no other context than "redefine", the error like a standard C++ error regarding some incorrect usage where you have multiple definitions (eg, you have your headers without #ifndefs, or trying to #include multiple different versions of protobuf into the same project, etc).
I use visual studio 2019 compile the source code https://github.com/protocolbuffers/protobuf/tree/v29.3, while use met the problem (C2375) and mentioned protobuf_assumption_failed redefine!
How to use protobuf in visual studio2019?
The text was updated successfully, but these errors were encountered: