「BuildFailedException: Deployment failed.」エラーとなりHoloLensのビルドに失敗する

HoloLens向けアプリのビルド時、UnityのBuild Settingsの画面に以下のメッセージが表示されている。

Selected Visual Studio is missing required compnents and may not be able to build the generated project.

このままビルドすると、以下のエラーが出て失敗する。

BuildFailedException: Deployment failed.
Output:System.IO.DirectoryNotFoundException: パス ‘D:\~~\build\bin\x64\Release\AppX\AppxManifest.xml’ の一部が見つかりませんでした。

対策

Visual Studio InstallerでユニバーサルWindowsプラットフォーム開発C++ ユニバーサル Windows プラットフォームを追加する。

以上。