Expected Behaviour
When I run this it should print the game intro, and after that it should ask me 5 times to type an answer in the console and then print that answer back.
Observed Behaviour
Error message while compiling. Can’t set the string Guess to the string GetGuess
Click to see screenshot
Steps to reproduce
- Create new Visual Studio 2017 C++ Empty Project.
- Go to “Project > Properties > Linker > System > SubSystem” and then select CONSOLE.
- Type in my code. (Click here to see my code)
- Select run without debugger.
Already Tried
- Retyping my code into a new project.
- Reinstalling Visual Studio 2017.
Useful Info
Microsoft Visual Studio Community 2017 v4.7.02556
Windows 10 Pro 64-bit
Click to see my code
Click to see screenshot