Can't compile project. fatal error: google/protobuf/stubs/common.h
Hi there. Sorry if answer is obvious but I can't compile project using wsl. Here what I get:
[ 8%] Building CXX object CMakeFiles/tiny-steam-client.dir/src/tiny-steam-client.cpp.o In file included from /mnt/c/Users/admin/wsl-projects/tiny-steam-client/src/SteamClient.hpp:12, from /mnt/c/Users/admin/wsl-projects/tiny-steam-client/src/tiny-steam-client.cpp:3: /mnt/c/Users/admin/wsl-projects/tiny-steam-client/src/proto/steammessages_clientserver_login.pb.h:9:10: fatal error: google/protobuf/stubs/common.h: No such file or directory 9 | #include <google/protobuf/stubs/common.h> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.
What am I doing wrong?
yo @vlastof have you found a fix for that? Ive been facing the same issue