Unable to build project, XDC0002 Cannot write to output file
See original GitHub issueI’m trying to compile the C++ project. I’ve added the SDK to the /sdk folder, but as soon as I compile, in VS2015, and VS2017, administrator or not, I’m getting XDC0002 Cannot write to output file
The bin folder, and ScriptHookVDotNet3.asi
are being made, but the .NET DLL isn’t being outputted.
I’m not sure where to look for resloving this. What am I doing wrong?
Issue Analytics
- State:
- Created 6 years ago
- Comments:6
Top Results From Across the Web
Unable to build project, XDC0002 Cannot write to output file
I'm trying to compile the C++ project. I've added the SDK to the /sdk folder, but as soon as I compile, in VS2015,...
Read more >Visual Studio Error: Unable to write to output file...
First, make sure that your project is allowing you to see files that are not "included" in your project. Second, look through your...
Read more >Could not write to output file -- Access is denied
Basically this project was working perfectly and had no errors from my old computer. After copying over everything, this DotSettings.user file ...
Read more >BC31019: Unable to write to output file '<filename>': <error>
The application is already running and using its files. To solve this problem, make sure that the application is not running.
Read more >Visual Studio Could not write to output file annoyance | Blog
I got around this by undoing the read only attribute within Windows Explorer on the entire project folder. http:// • 15 years ago....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Should work now 😄.
Perfect! Thanks man 😃