Visual C ++ build error: failed to register output

So, I have this project that I'm working on, and every time I build it, it creates and then runs the program, and then ends with a build error. Why is this happening? It seems that I can not find in the project properties where it will execute the file in the assembly.
This is a bit annoying and it also generates a bug. Here is an excerpt from the output

2>Link:
2>  Generating code
2>c:\users\d0c\desktop\jlrria.lottery.repo\trunc\hash\hl_hashwrapper.h(277): warning C4706: assignment within conditional expression
2>  Finished generating code
2>  lottery-gui.vcxproj -> C:\Users\d0c\Desktop\jlrria.Lottery.repo\trunc\build\Release\lotteryslayer.exe
2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(741,5): warning MSB3073: The command ""C:\Users\d0c\Desktop\jlrria.Lottery.repo\trunc\build\Release\lotteryslayer.exe" /RegServerRedirect" exited with code 2.
2>  The previous error was converted to a warning because the task was called with ContinueOnError=true.
2>  Build continuing because "ContinueOnError" on the task "Exec" is set to "true".<br>
2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(744,5): error MSB8011: Failed to register output. Please try enabling Per-user Redirection or register the component from a command prompt with elevated permissions.
2>
2>Build FAILED.

So, I think I'm looking for help with two things.
First and foremost . Why is he running a build program? Second : Why am I getting this error?

thank. ALSO there are no elements in post build , otherwise the above log will say "post-build": p

+5
2

Visual Studio . , VS Run As Administrator. , Run As Admin.

:

:

error MSB8011: Failed to register output. Please try enabling Per-user Redirection or register the component from a command prompt with elevated permissions.

, , , DLL/ActiveX. : Linker- > General- > Register Output NO.

+13

All Articles