Problems with creating a new project and VS

after some previous errors with VS2012 i decided to remove both VS and Rocket and any trace of it i could find on my pc.

Did a fresh reinstall following all the manual said i had to do and this is what happens when i try to create a new Empty Code project (haven’t tried it with any other projects yet).

when i click yes, it just opens VS, when i click no it opens the new project.

when opening the solution in VS i tried compiling, following the steps at [this page][2]
attached are the errors VS throws when following these steps.

the first part applies to the instruction to:
From the Build menu choose Rebuild Solution to recompile the entire solution.

the second part applies to:
Or, right-click the target (Editor, Uncooked, etc.) you want to build and choose Rebuild to recompile.

the thrid part is when selecting MyProject instead of MyProjectEditor/MyProjectUncooked

finally when trying to run the editor from VS following the steps at [this page][3]

when choosing either
“From the Debug menu, choose Start Debugging (F5) or Start without Debugging (Ctrl + F5), depending on whether you want debugging enabled or not.”
or
"Or, right-click on the editor project and choose Debug > Start new instance. "

this is what happens

[AttachmentErrors][5]

if any additional information is needed, let me know.

Right click on MyProjectEditor and select “Set as StartUp Project”. This is the project you use to launch the editor. Once that is selected, press F5 to build and run. If there are compile errors in the output tab, paste them here so we can try to diagnose the problem.

this is the output

1>------ Build started: Project: MyProjectEditor, Configuration: Development x64 ------
1> Module.MyProject.cpp
1>F:\Development\Rocket\Engine\Source\Runtime\Core\Public\HAL\PlatformIncludes.h(10): fatal error C1083: Cannot open include file: ‘new’: No such file or directory
1> -------- End Detailed Actions Stats -----------------------------------------------------------
1>ERROR : UBT error : Failed to produce item: F:\Development\Projects\MyProject\Binaries\Win64\RocketEditor-MyProject.dll
1> Cumulative action seconds (4 processors): 0,00 building projects, 0,47 compiling, 0,00 creating app bundles, 0,00 generating debug info, 0,00 linking, 0,00 other
1> UBT execution time: 11,75 seconds
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.MakeFile.Targets(38,5): error MSB3073: The command ““F:\Development\Rocket\Engine\Binaries\DotNET\RocketUnrealBuildTool.exe” MyProjectEditor Win64 Development “F:\Development\Projects\MyProject\MyProject.uproject” -rocket” exited with code 1.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

It should also be noted - You can run both the Editor and the Uncooked project in debug mode from visual studio. Should the solution be setup to have one of those as the startup project initially?

Hi Thomas, try reinstalling in the following order: VS2012 (including update 1), then Rocket. There have been some problems reported by Microsoft about the order that VS Redist files are installed, so that might be what you’re encountering.

that’s not it, that is exactly what i did before trying all this again (same problems happened before reinstalling both).

Today i got the notification that i needed to update VS (update 3).
i don’t know if this is new or old but i wan’t able to find this one before.

this did the trick and everything is working again.