I have added a new cpp file to the existing MSVC++ project (it generates an exe), After adding the particular cpp file (which contains a new main function) i encountered a following error
mt.exe : general error c101008a: Failed to save the updated manifest to the file ".\myproject.dir\Debug\myproject.exe.embed.manifest". The parameter is incorrect.
If i get rid of this newly added file, then the project compiles as it did before the inclusion of the new file,
What can be the reason for this error?