How to generate odata v4 c# proxy client for Visual Studio 2017?

VS 2017 is now supported in "OData Connected Service" extension. install it and add your reference from:

Service Refernces --> Add Connected Service --> OData Connected Service

You can use the download button on this page. You have run the installer and then it works fine with VS2017.

The extension will not show up in the Tools --> Extensions window, but it will add the 'OData client' as an option in 'add new item'.

Tested this with Visual Studio 2017 enterprise V15.1


Edit: Apparently VS2017 is supported again since version 7.4.2 beta, thanks @linac.