why can't i compile in visual studio? - visual-studio

All that shows up when I press Build is this, could someone explain why this is happening and how to fix it? I can't find this problem mentioned anywhere else.
I have the latest version, I haven't tried anything, because I honestly don't know what I can do to try to fix this. I can't find anyone else with the same problem. I have another project that can compile perfectly fine, and it was made in the exact way I made this one, so I can't figure out why this is happening.

Related

Issue with CMake setup in Visual studio

love to get some help regarding an issue with the Cmake extension in VScode that im hoping someone has experienced before, I'm driving myself mad on this small error. I am completely new with VScode so please let me know if you need more infomation, anyway the error when i try to build is;
Bad CMake executable “”. Is it installed or settings contain the correct path (cmake.cmakePath)?
I am using windows and have tried adding the Cmake location to my path, even tried on another laptop but nothing is working. Any help would be amazing.
Cheers.

VSCode breakpoints grayed out

I have a single project in VSCode where breakpoints are not working and I can't figure out why. I'm new to VSCode but I've got them to work in other projects (Pascal) but there's something about this one it doesn't like.
Does anyone at least know what this means when the break points are gray like this? Is it a bug? In the 2nd screenshot you can see I can run LLDB from the terminal on the same executable so it's not LLDB messing up.
This might be an obvious answer, but it's what solved the issue for me when I encountered it.
Recompile the program and try again

VS2015 F# compilation error Microsoft.Common.CurrentVersion.targets

Please help !!!!
I don't know how it exactly happened, but my VS2015 looks f*cked up and I can't compile my projects anymore...
I just remember excluding by mistake a .fsx file from the project in solution explorer and tried to reinsert it again
but maybe this isn't the cause, and its due to some automatic update ?
when i compile my program i get this error
I tried creating a new project, reinstalling Nuget packages in the new project, copied/pasted the old source .fs files into new files in the new project, but i still get the error
i don't think it has anything to do with Seq.tail, anything other program will have something underlined as well, but the Microsoft.Common.CurrentVersion.targets warnings remain
I'm thinking about reinstalling everything but will it solve the problem ???
I feel really desperate... Thanks very much to anyone who can help

I cant get rspec to work

I can't get rspec to work. I did the first level on codeschool, only i followed on my own computer, and it worked fine (had to change should with expect). But now it suddenly stopped doin it thing.
I'm not sure if I did anything to make this happen.
I know this probobly isn't sufficient to figure out whats wrong, but do anyone have a clue, or know where I can fix this.
I'm a novice in this so go easy.
Thanks.
Rspec is telling you that it can't find the specification file you're trying to run. Can you confirm that calc_spec.rb exists in the folder c:/King Kong/Desktop/the_odin_project/rspec?
(Please include code/output samples as text, not images, for ease of reference.)

MSBuild error with linked files

When I use msbuild I get the following error:
CS2001 Source file could not be found.
I have noticed the only files that I get this error for are used as a linked reference to the file, so this could be the issue. Any idea's how to get them to build?
I should add that I am able to build the solution in visual studio without a problem.
Hi everyone! Just want to let anyone who cares know what the problem was. It was a length issue as I stated in my comment. I changed the path to just my c drive and everything built fine. Thanks to everyone who took the time to look at this for me. I appreciate it.
Just want to let anyone who cares know what the problem was. It was a length issue as I stated in my comment. I changed the path to just my c drive and everything built fine. Thanks to everyone who took the time to look at this for me. I appreciate it.

Resources