I am using protocol buffer first time. I am able to make and compile .proto
file from protoc (protoc-3.9.1-win64). But problem is that when i want to use
compiled files i am getting error google/protobuf/*.h not found even i have
setup include path to ./protoc-3.9.1-win64/include.
include folder of protoc's contain only contain .proto files
there are no header files in it ?
do i need to build from source ?
