Hi, I am trying to use google.protobuf.Any in one of model. protoc successfully generates the corresponding pb.cc but when I try to compile it I get this error:
error: '::descriptor_table_any_2eproto' has not been declared I tried to locate a declaration for this object using grep but did not find any other occurrence than the single one in the .pb.cc I am using 3.20.3 Any idea? -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/56ec6e6e-9306-4f58-8ade-ff444844e897n%40googlegroups.com.
