Start a new topic

google/protobuf/any.proto file not found

 I just tried the "Migrate a WCF project to gRPC" option and in the xxx_core.proto file, it gives the error:


File not found in project - Cannot resolve symbol


for these two lines:


import "google/protobuf/any.proto";

import "google/protobuf/timestamp.proto";


which your tool generated.


How do I fix this?

1 Comment

Hi. This is actually a bug in R#'s Protobuf language service, and you can ignore it.

Login to post a comment