Reputation: 1
I am trying to compile my code (written in C), and I get the following error:
MSBUILD : error MSB1003: Specify a project or solution file. The current working directory does not contain a project or solution file.
Previous to this (before I did an update to VSC, I had no issue with running my code.
I installed the compiler through MinGW and updated the compilerPath in the JSON file, but the error persists. Re-start also done
Upvotes: 0
Views: 47