Trying to build helloworld example using idlcxx branch and hitting linker errors. The examples built ok in master. On Win 10 1909 using Visual Studio 2017.
The Hello World C++ CMake project does not build on Windows at gRPCtest\gRPC\grpc\examples\cpp\helloworld. To be more specific, build generation fails. To reproduce, on Windows 11, after cloning the ...