Hi,
make Visual Studio resolve the VTK <include> directives
You can compare the difference between the Visual Studio project HighLightPickedActor generated with cmake sample and the project you created manually:
Copy the project HighLightPickedActor's header path (Additional Options) to your project.
%(AdditionalOptions) /external:I "XXX/build/Common/Color" /external:I "XXX/VTK-9.2.6/Common/Color" /external:I "XXX/build/Common/Core" /external:I "XXX/VTK-9.2.6/Common/Core"
many lines left
.....
Best regards,
Minxin Yu
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.