New Particle WB not working

New to Particle & just downloaded the VS workbench. I wanted to play with the NFC tag example program, but get this error

#include errors detected. Please update your includePath. Squiggles are disabled for this translation unit (C:\Users\Lawson\Documents\Work\BrightDrop\Particle\NFC_Tap).
cannot open source file "Particle.h"

I then tried to create a new project and got this
Cannot find module 'C:\Users\Lawson\AppData\Local\particle\node_modules\particle-cli\node_modules\bl\bl.js'. Please verify that the package.json has a valid "main" entry

Error: Command failed with exit code 1: c:\Users\Lawson.vscode\extensions\particle.particle-vscode-core-1.16.3\src\cli\bin\windows\amd64\particle.exe project create --name NFC-TAP c:\Users\Lawson\Documents\Work\BrightDrop\Particle --no-update-check

Cannot find module 'C:\Users\Lawson\AppData\Local\particle\node_modules\particle-cli\node_modules\bl\bl.js'. Please verify that the package.json has a valid "main" entry
at makeError (c:\Users\Lawson.vscode\extensions\particle.particle-vscode-core-1.16.3\node_modules\execa\lib\error.js:59:11)
at handlePromise (c:\Users\Lawson.vscode\extensions\particle.particle-vscode-core-1.16.3\node_modules\execa\index.js:114:26)
at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
at async c:\Users\Lawson.vscode\extensions\particle.particle-vscode-core-1.16.3\src\commands\lib\create-project.js:55:11

thanks

Tried to start a new project and got these errors:

Cannot find module 'C:\Users\Lawson\AppData\Local\particle\node_modules\particle-cli\node_modules\bl\bl.js'. Please verify that the package.json has a valid "main" entry

Error: Command failed with exit code 1: c:\Users\Lawson.vscode\extensions\particle.particle-vscode-core-1.16.3\src\cli\bin\windows\amd64\particle.exe project create --name nfc c:\Users\Lawson\Documents\Work\BrightDrop\Particle --no-update-check

Cannot find module 'C:\Users\Lawson\AppData\Local\particle\node_modules\particle-cli\node_modules\bl\bl.js'. Please verify that the package.json has a valid "main" entry

at makeError (c:\Users\Lawson.vscode\extensions\particle.particle-vscode-core-1.16.3\node_modules\execa\lib\error.js:59:11)

at handlePromise (c:\Users\Lawson.vscode\extensions\particle.particle-vscode-core-1.16.3\node_modules\execa\index.js:114:26)

at process.processTicksAndRejections (node:internal/process/task_queues:96:5)

at async c:\Users\Lawson.vscode\extensions\particle.particle-vscode-core-1.16.3\src\commands\lib\create-project.js:55:11

Hi Lawon, prior to diving in I just want to make sure that you've seen the comments here:

It may be related and may fix the issue.