まっさらなプロジェクトに Input System をインポートすると、以下のような警告が出ます。
Library\PackageCache\com.unity.inputsystem@1.0.2\InputSystem\Plugins\HID\HID.cs(14,10): warning CS1030: #warning: 'The 32-bit Windows player is not currently supported by the Input System. HID input will not work in the player. Please use x86_64, if possible.'
新しい Input System は 32-bit Windows アプリケーションをサポートしていない、との事ですが、Build Settings - Architecture を x86_x64 に変更することで対処することが出来ます。