Microservices architecture,Shared.Protos, thais project contains the shared Protos files between services.DatabaseService, it is a GRpc service project, who depends on the Shared.Protos project..proto file for that service which contains some definitions, then building the project and then the Grpc.Tools lib will automatically generate the classes. VS Code shows some Compile-time errors that indicate that VS Code not found the new generated files/classes related to a new created proto service, and then VS Code don't show them in the Intellisense and this annoy me.