Thanks for the help in advance! I am trying to write a primary quiz program. My problem is on lines 35 - 40. I do not get an error message its just that the relative paths are not directing to the right files. I
When you're using relative paths in a project file, it's never exactly clear what the paths are relative to. Is it the solution directory? The project directory? The output directory?Usually, I believe the default is wherever the project file lives, but you can use $(ProjectDir) or $(...