01-15-2017, 03:29 PM
Need to have same path there:
Project Properties > General > Output Directory // ex. "$(SolutionDir)$(Configuration)\"
Project Properties > General > Target Name // ex. "$(ProjectName)"
Project Properties > General > Target Extension // ex. ".exe"
and there:
Project Properties > Linker > General > Output File // ex. "$(SolutionDir)$(Configuration)\$(ProjectName).exe"
the changes really weren't needed if he followed the instructions i gave he'd not have a problem :/


