Create a console app, save it, then import the code into a new project.
Building produces the following output:
```
------ Build started: Project: NodejsApp2, Configuration: Debug Any CPU ------
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\Node.js Tools\Microsoft.NodejsTools.targets(58,5): error MSB3030: Could not copy the file "app.js" because it was not found.
Done building project "NodejsApp2.njsproj" -- FAILED.
Build FAILED.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
```
Comments: I have same issue. Have you found solution for it?
Building produces the following output:
```
------ Build started: Project: NodejsApp2, Configuration: Debug Any CPU ------
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\Node.js Tools\Microsoft.NodejsTools.targets(58,5): error MSB3030: Could not copy the file "app.js" because it was not found.
Done building project "NodejsApp2.njsproj" -- FAILED.
Build FAILED.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
```
Comments: I have same issue. Have you found solution for it?