HPパソコンにおけるDelphiのコンパイルエラー

[Error エラー] Invalid PLATFORM variable "HPD". PLATFORM must be one of the following: "Win32", "Win64", "Android", "iOSSimulator", "iOSDevice", or "OSX32". If PLATFORM is defined by your system's environment, it must be overridden in the RAD Studio IDE or passed explicitly on the command line to MSBuild; e.g., /p:Platform=Win32.

日本HP製PCでは、
初めてDelphiをコンパイルする時に、
上記のようなエラーが出る。

ここに習って、以下の対処をする。

すなわち、システム環境変数"platform"を消す。