Moving a project folder

  • Thread starter Thread starter TGF
  • Start date Start date
T

TGF

Hello,

I have recently moved the location of a project folder and now I am
having some trouble getting an error free build. The most noted error I get
is the following.....


d:\M300\src\Logger\App.cpp(10): fatal error C1084: Cannot read CLR runtime
data file: 'c:\m300\src\logger\debug\stdafx.obj': <Unknown>

....As you can see, is says it cannot read CLR runtime data file
'c:\m300\src\logger.....'
That is the old path of the project folder. What in the project do I have
to manually update so that it knows where to look?

-TGF
 
fatal error

hi
after run your program go to BUILD.it has CLEAN SOLUTION option.click that.after that click REBUILD SOLUTION.your object files newly create and run your project properly.
supun
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top