microsoft / caffe

Caffe on both Linux and Windows
Other
1.22k stars 479 forks source link

I cant create caffe.pb.h file #176

Open ghost opened 5 years ago

ghost commented 5 years ago

I want to install caffe on windows 10 with cpu only. I follow instructions but when I want to build with visual studio 2013 it gives error such as"Cannot open include file: 'caffe/proto/caffe.pb.h': No such file or directory". When I googled the web I learnt that I should create it with protoc command. protoc src/caffe/proto/caffe.proto --cpp_out=. I write following command on conda command window it gives error also. Error is "'protoc' is not recognized as an internal or external command, operable program or batch file.

I tried different versions of protobuf but nothing changed. May be I am using wrong version or something else.

RemiDav commented 5 years ago

did you solve it ? Stuck at the same point

ghost commented 5 years ago

Finally, I installed Caffe on a linux machine.