To build and install the PXT C++ build, you first have to install Node.js.
npm install
npm run buildThen, install the pxt command line tool (only once without clicking anything).
npm install -g pxtAfter that install gulp (only once without click anything).
npm install -g gulpFinally, install PXT and C++ build.
pxt add cpp
pxt build