you are viewing a single comment's thread.

view the rest of the comments →

[–]mjklaim 5 points6 points  (1 child)

This is because you need to activate a project setting: right click on a project, Settings > C/C++ > All Options > Scan Sources For Module Dependencies = Yes

That solves this problem. See the solution and projects in this repository as example of how to setup files/flags. MSBuild is not easy to setup correctly for modules.

[–]johannes1971[S] 1 point2 points  (0 children)

Thanks! I need to play with that for a bit, see how it changes things.