diff --git a/samples/html/Makefile.vc b/samples/html/Makefile.vc
index 2643a2e0d1..948b7720b9 100644
--- a/samples/html/Makefile.vc
+++ b/samples/html/Makefile.vc
@@ -26,6 +26,8 @@ all:
nmake -f makefile.vc FINAL=$(FINAL)
cd $(WXDIR)\samples\html\help
nmake -f makefile.vc FINAL=$(FINAL)
+ cd $(WXDIR)\samples\html\helpview
+ nmake -f makefile.vc FINAL=$(FINAL)
cd $(WXDIR)\samples\html\printing
nmake -f makefile.vc FINAL=$(FINAL)
cd $(WXDIR)\samples\html\test
@@ -42,6 +44,8 @@ clean:
nmake -f makefile.vc clean
cd $(WXDIR)\samples\html\help
nmake -f makefile.vc clean
+ cd $(WXDIR)\samples\html\helpview
+ nmake -f makefile.vc clean
cd $(WXDIR)\samples\html\printing
nmake -f makefile.vc clean
cd $(WXDIR)\samples\html\test