Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to create new Q# project using Microsoft Quantum Development Kit

Having just installed the Microsoft Quantum Development Kit, creating a new Q# project fails with the obscure message:

Argument can't be null: Parameter name: node.

(I am using a clean install of Visual Studio 2017 Community, with latest updates applied.)

Screen shot illustrating how to reproduce the problem: enter image description here


And the resultant error message:

enter image description here

Does anyone know what causes this error, and how it may be resolved?

like image 811
Lemonseed Avatar asked Dec 12 '17 16:12

Lemonseed


1 Answers

I had a similar issue (also with VS Community 2017 and Q#) - a repair of VS fixed the issue for me and it's worked fine since.

like image 83
NeilM Avatar answered Nov 07 '22 06:11

NeilM