I installed grpc c++ via vcpkg and trying to cmake the helloworld example project for Win32 platform. It fails because cmake can't find the grpc++_reflection library which is liked to the example project. It seems like there is no grpc++_reflection library installed for x86-windows with vcpkg. Is it supposed to be like this or is there any way to solve this situation?
I was able to build the same project for x64.
What I've tried to install
$ git clone https://github.com/Microsoft/vcpkg.git
$ ./bootstrap-vcpkg.sh
$ ./vcpkg integrate install
$ vcpkg install grpc